@@ -27,11 +27,11 @@ |
||
27 | 27 | namespace yentu\commands; |
28 | 28 | |
29 | 29 | use clearice\io\Io; |
30 | -use yentu\factories\DatabaseManipulatorFactory; |
|
31 | 30 | use yentu\Migrations; |
32 | 31 | use yentu\Parameters; |
33 | 32 | use yentu\Reversible; |
34 | 33 | use yentu\exceptions\CommandException; |
34 | +use yentu\factories\DatabaseManipulatorFactory; |
|
35 | 35 | |
36 | 36 | /** |
37 | 37 | * The init command class. This command intiates a project for yentu migration |
@@ -29,15 +29,15 @@ |
||
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\CommandInterface; |
39 | +use yentu\commands\Migrate; |
|
40 | +use yentu\manipulators\AbstractDatabaseManipulator; |
|
41 | 41 | |
42 | 42 | $container = new Container(); |
43 | 43 | $container->setup(get_container_settings()); |