Add missing use statement

This commit is contained in:
Joas Schilling 2016-04-25 13:22:54 +02:00
parent 57b9ae18f0
commit dd415b62f5
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 1 additions and 0 deletions

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;