Skip to content
Prev Previous commit
Next Next commit
Moved the trait to server repository
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Feb 15, 2022
commit 474c21b3d6061a49d52f42f7379b4abb455a8e7a
2 changes: 1 addition & 1 deletion lib/Service/UserMigrationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
use OCA\UserMigration\Exception\UserMigrationException;
use OCA\UserMigration\ExportDestination;
use OCA\UserMigration\ImportSource;
use OCA\UserMigration\Migrator\TMigratorBasicVersionHandling;
use OCP\Accounts\IAccountManager;
use OCP\Files\IRootFolder;
use OCP\IConfig;
Expand All @@ -41,6 +40,7 @@
use OCP\UserMigration\IExportDestination;
use OCP\UserMigration\IImportSource;
use OCP\UserMigration\IMigrator;
use OCP\UserMigration\TMigratorBasicVersionHandling;
use OC\AppFramework\Bootstrap\Coordinator;
use OC\Files\Filesystem;
use Psr\Container\ContainerInterface;
Expand Down