Completed
Pull Request — master (#28032)
by Jörn Friedrich
09:39
created
core/Migrations/Version20170221114437.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,12 +1,10 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.