Completed
Push — dev ( b2b0fa...4ebfa3 )
by James Ekow Abaka
02:08
created
src/main.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,15 +29,15 @@
 block discarded – undo
29 29
 
30 30
 use clearice\argparser\ArgumentParser;
31 31
 use clearice\io\Io;
32
-use yentu\manipulators\AbstractDatabaseManipulator;
33 32
 use ntentan\atiaa\DriverFactory;
34
-use yentu\Migrations;
35
-use yentu\Yentu;
36 33
 use ntentan\config\Config;
37
-use yentu\commands\Migrate;
38 34
 use ntentan\panie\Container;
39 35
 use yentu\Cli;
36
+use yentu\Migrations;
37
+use yentu\Yentu;
40 38
 use yentu\commands\Command;
39
+use yentu\commands\Migrate;
40
+use yentu\manipulators\AbstractDatabaseManipulator;
41 41
 
42 42
 $container = new Container();
43 43
 $container->setup(get_container_settings());
Please login to merge, or discard this patch.