@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Facade\Ignition\SolutionProviders; |
4 | 4 | |
5 | -use Throwable; |
|
6 | -use InvalidArgumentException; |
|
7 | -use Illuminate\Support\Facades\Route; |
|
8 | 5 | use Facade\IgnitionContracts\BaseSolution; |
9 | -use Facade\Ignition\Support\StringComparator; |
|
10 | -use Facade\Ignition\Exceptions\ViewException; |
|
11 | 6 | use Facade\IgnitionContracts\HasSolutionsForThrowable; |
7 | +use Facade\Ignition\Exceptions\ViewException; |
|
8 | +use Facade\Ignition\Support\StringComparator; |
|
9 | +use Illuminate\Support\Facades\Route; |
|
10 | +use InvalidArgumentException; |
|
11 | +use Throwable; |
|
12 | 12 | |
13 | 13 | class RouteNotDefinedSolutionProvider implements HasSolutionsForThrowable |
14 | 14 | { |