@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | 6 | use Imanghafoori\LaravelMicroscope\Analyzers\ComposerJson; |
7 | -use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath; |
|
8 | 7 | use Imanghafoori\LaravelMicroscope\Analyzers\FunctionCall; |
9 | 8 | use Imanghafoori\LaravelMicroscope\Analyzers\Ifs; |
10 | 9 | use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter; |
11 | 10 | use Imanghafoori\LaravelMicroscope\ErrorTypes\CompactCall; |
11 | +use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath; |
|
12 | 12 | use Imanghafoori\LaravelMicroscope\SpyClasses\RoutePaths; |
13 | 13 | |
14 | 14 | class CheckCompact extends Command |
@@ -4,9 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | 6 | use Imanghafoori\LaravelMicroscope\Analyzers\ComposerJson; |
7 | -use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath; |
|
8 | 7 | use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter; |
9 | 8 | use Imanghafoori\LaravelMicroscope\GenerateCode; |
9 | +use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath; |
|
10 | 10 | |
11 | 11 | class CheckExpansions extends Command |
12 | 12 | { |
@@ -5,12 +5,12 @@ |
||
5 | 5 | use Illuminate\Console\Command; |
6 | 6 | use Illuminate\Support\Facades\View; |
7 | 7 | use Imanghafoori\LaravelMicroscope\Analyzers\ComposerJson; |
8 | -use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath; |
|
9 | 8 | use Imanghafoori\LaravelMicroscope\Analyzers\FunctionCall; |
10 | 9 | use Imanghafoori\LaravelMicroscope\BladeFiles; |
11 | 10 | use Imanghafoori\LaravelMicroscope\Checks\CheckViewFilesExistence; |
12 | 11 | use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter; |
13 | 12 | use Imanghafoori\LaravelMicroscope\ErrorTypes\BladeFile; |
13 | +use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath; |
|
14 | 14 | use Imanghafoori\LaravelMicroscope\SpyClasses\RoutePaths; |
15 | 15 | |
16 | 16 | class CheckViews extends Command |