@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | use Illuminate\Support\Str; |
6 | 6 | use Imanghafoori\LaravelMicroscope\Analyzers\FilePath; |
7 | -use Imanghafoori\LaravelMicroscope\LaravelPaths\MigrationPaths; |
|
8 | -use Imanghafoori\LaravelMicroscope\ErrorReporters\PendingError; |
|
9 | 7 | use Imanghafoori\LaravelMicroscope\Analyzers\GetClassProperties; |
10 | 8 | use Imanghafoori\LaravelMicroscope\Analyzers\NamespaceCorrector; |
11 | 9 | use Imanghafoori\LaravelMicroscope\ErrorReporters\ErrorPrinter; |
10 | +use Imanghafoori\LaravelMicroscope\ErrorReporters\PendingError; |
|
11 | +use Imanghafoori\LaravelMicroscope\LaravelPaths\MigrationPaths; |
|
12 | 12 | |
13 | 13 | class CheckNamespaces |
14 | 14 | { |