Passed
Push — master ( fd3a95...10220a )
by Mihail
06:14
created
Apps/Controller/Console/Main.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Apps\Controller\Console;
4 4
 
5
-use Apps\ActiveRecord\App;
6 5
 use Ffcms\Console\Console;
7 6
 use Ffcms\Core\Exception\NativeException;
8 7
 use Ffcms\Core\Helper\FileSystem\Directory;
@@ -11,7 +10,6 @@  discard block
 block discarded – undo
11 10
 use Ffcms\Core\Helper\Type\Obj;
12 11
 use Ffcms\Core\Helper\Type\Str;
13 12
 use Apps\Controller\Console\Db as DbController;
14
-use Symfony\Component\VarDumper\Caster\ConstStub;
15 13
 
16 14
 class Main
17 15
 {
Please login to merge, or discard this patch.