Browse Source

Add missing use statement

remotes/origin/ldap-integration-tests-1up
Joas Schilling 10 years ago
parent
commit
9491d0f65b
No known key found for this signature in database GPG Key ID: 70A0B324C41C0946
  1. 1
      apps/files_versions/lib/storage.php

1
apps/files_versions/lib/storage.php

@ -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