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