Completed
Push — dev ( 52be7c...eeece2 )
by James Ekow Abaka
24:25
created
src/main.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,14 +35,14 @@
 block discarded – undo
35 35
 
36 36
 use clearice\argparser\ArgumentParser;
37 37
 use clearice\io\Io;
38
-use yentu\manipulators\AbstractDatabaseManipulator;
39 38
 use ntentan\atiaa\DriverFactory;
40
-use yentu\Migrations;
41 39
 use ntentan\config\Config;
42
-use yentu\commands\Migrate;
43 40
 use ntentan\panie\Container;
44 41
 use yentu\Cli;
42
+use yentu\Migrations;
45 43
 use yentu\commands\Command;
44
+use yentu\commands\Migrate;
45
+use yentu\manipulators\AbstractDatabaseManipulator;
46 46
 
47 47
 $container = new Container();
48 48
 $container->setup(get_container_settings());
Please login to merge, or discard this patch.