mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #24240 from owncloud/issue-24233-add-missing-use-statement
Add missing use statement
This commit is contained in:
commit
972ce1fe6e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue