@@ -6,9 +6,9 @@ |
||
6 | 6 | use Illuminate\Support\Str; |
7 | 7 | use Imanghafoori\LaravelMicroscope\ErrorTypes\BladeFile; |
8 | 8 | use Imanghafoori\LaravelMicroscope\ErrorTypes\CompactCall; |
9 | -use Imanghafoori\LaravelMicroscope\ErrorTypes\ddFound; |
|
10 | 9 | use Imanghafoori\LaravelMicroscope\ErrorTypes\EnvFound; |
11 | 10 | use Imanghafoori\LaravelMicroscope\ErrorTypes\RouteDefinitionConflict; |
11 | +use Imanghafoori\LaravelMicroscope\ErrorTypes\ddFound; |
|
12 | 12 | |
13 | 13 | class ConsolePrinterInstaller |
14 | 14 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Imanghafoori\LaravelMicroscope; |
4 | 4 | |
5 | 5 | use Illuminate\Support\Str; |
6 | -use Imanghafoori\LaravelMicroscope\Analyzers\FunctionCall; |
|
7 | 6 | use Imanghafoori\LaravelMicroscope\Analyzers\NamespaceCorrector; |
8 | 7 | use Imanghafoori\LaravelMicroscope\Analyzers\Refactor; |
9 | 8 | use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Imanghafoori\LaravelMicroscope\Refactors; |
4 | 4 | |
5 | -use Imanghafoori\LaravelMicroscope\Analyzers\FunctionCall; |
|
6 | 5 | use Imanghafoori\LaravelMicroscope\Analyzers\Refactor; |
7 | 6 | use Imanghafoori\LaravelMicroscope\Analyzers\TokenManager; |
8 | 7 |