Merge pull request #24241 from owncloud/backport-24240-add-missing-use-statement
Add missing use statement
This commit is contained in:
commit
5925ab99f8
|
@ -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…
Reference in New Issue