@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Factory\Generators; |
4 | 4 | |
5 | -use League\Flysystem\Adapter\Local; |
|
6 | -use League\Flysystem\Filesystem; |
|
7 | 5 | use Factory\Composer; |
8 | 6 | use Factory\Utils; |
7 | +use League\Flysystem\Adapter\Local; |
|
8 | +use League\Flysystem\Filesystem; |
|
9 | 9 | use Mustache_Engine; |
10 | 10 | |
11 | 11 | abstract class BaseGenerator |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Factory\Generators; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | 5 | use Factory\Utils; |
6 | +use Illuminate\Support\Str; |
|
7 | 7 | |
8 | 8 | class TestGenerator extends BaseGenerator |
9 | 9 | { |