We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263a212 commit 32cb3bbCopy full SHA for 32cb3bb
apps/files/lib/Command/Object/Multi/Move.php
@@ -8,11 +8,10 @@
8
9
namespace OCA\Files\Command\Object\Multi;
10
11
-use OCP\IConfig;
12
-use OCP\IUser;
13
-use OCP\IUserManager;
14
use OC\Core\Command\Base;
15
use OC\Files\ObjectStore\PrimaryObjectStoreConfig;
+use OCP\IConfig;
+use OCP\IUserManager;
16
use Symfony\Component\Console\Input\InputInterface;
17
use Symfony\Component\Console\Input\InputOption;
18
use Symfony\Component\Console\Output\OutputInterface;
0 commit comments