Browse Source

Add missing use statement

tags/v9.1.0beta1
Joas Schilling 8 years ago
parent
commit
9491d0f65b
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      apps/files_versions/lib/storage.php

+ 1
- 0
apps/files_versions/lib/storage.php View File

@@ -45,6 +45,7 @@ use OC\Files\Filesystem;
use OC\Files\View;
use OCA\Files_Versions\AppInfo\Application;
use OCA\Files_Versions\Command\Expire;
use OCP\Files\NotFoundException;
use OCP\Lock\ILockingProvider;
use OCP\User;


Loading…
Cancel
Save