@@ -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 | { |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Imanghafoori\LaravelMicroscope\Analyzers\NamespaceCorrector; |
| 8 | 8 | use Imanghafoori\LaravelMicroscope\Analyzers\Refactor; |
| 9 | 9 | use Imanghafoori\LaravelMicroscope\LaravelPaths\FilePath; |
| 10 | -use Imanghafoori\LaravelMicroscope\Stubs\ServiceProviderStub; |
|
| 11 | 10 | |
| 12 | 11 | class GenerateCode |
| 13 | 12 | { |