@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scaffolder\Compilers\AngularJs; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\File; |
|
6 | 5 | use Scaffolder\Compilers\AbstractCompiler; |
7 | 6 | use Scaffolder\Compilers\Support\FileToCompile; |
8 | 7 | use Scaffolder\Compilers\Support\PathParser; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use Scaffolder\Support\Directory; |
10 | 10 | use Scaffolder\Support\CamelCase; |
11 | 11 | use Scaffolder\Support\Validator; |
12 | -use stdClass ; |
|
13 | 12 | |
14 | 13 | class RegisterTemplateCompiler extends AbstractCompiler |
15 | 14 | { |
@@ -2,9 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Scaffolder\Compilers\AngularJs; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\File; |
|
6 | 5 | use Scaffolder\Compilers\AbstractCompiler; |
7 | -use Scaffolder\Compilers\Support\FileToCompile; |
|
6 | +use Scaffolder\Compilers\Support\FileToCompile; |
|
8 | 7 | use Scaffolder\Compilers\Support\PathParser; |
9 | 8 | use Scaffolder\Support\Directory; |
10 | 9 |
@@ -2,13 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace Scaffolder\Compilers\AngularJs; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\File; |
|
6 | 5 | use Scaffolder\Compilers\AbstractCompiler; |
7 | 6 | use Scaffolder\Compilers\Support\FileToCompile; |
8 | 7 | use Scaffolder\Compilers\Support\PathParser; |
9 | 8 | use Scaffolder\Support\Directory; |
10 | 9 | use Scaffolder\Support\CamelCase; |
11 | -use stdClass ; |
|
12 | 10 | |
13 | 11 | |
14 | 12 | class TranslateCompiler extends AbstractCompiler |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Scaffolder\Compilers\Core; |
4 | 4 | |
5 | 5 | use Carbon\Carbon; |
6 | -use Illuminate\Support\Facades\File; |
|
7 | 6 | use Scaffolder\Compilers\AbstractCompiler; |
8 | 7 | use Scaffolder\Compilers\Support\FileToCompile; |
9 | 8 | use Scaffolder\Compilers\Support\PathParser; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Scaffolder\Compilers\AbstractCompiler; |
7 | 7 | use Scaffolder\Compilers\Support\FileToCompile; |
8 | 8 | use Scaffolder\Compilers\Support\PathParser; |
9 | -use Scaffolder\Support\Directory; |
|
10 | 9 | use Scaffolder\Support\CamelCase; |
11 | 10 | |
12 | 11 | class ModelCompiler extends AbstractCompiler |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scaffolder\Support; |
4 | 4 | |
5 | -use Illuminate\Support\Arr; |
|
6 | -use Illuminate\Support\Str; |
|
7 | - |
|
8 | 5 | class Validator |
9 | 6 | { |
10 | 7 | /** |