@@ -1,12 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace OC\Migrations; |
3 | 3 | |
4 | -use OC\User\Account; |
|
5 | 4 | use OC\User\AccountMapper; |
6 | 5 | use OC\User\AccountTermMapper; |
7 | 6 | use OC\User\Database; |
8 | 7 | use OC\User\SyncService; |
9 | -use OCP\IConfig; |
|
10 | 8 | use OCP\Migration\ISimpleMigration; |
11 | 9 | use OCP\Migration\IOutput; |
12 | 10 |