Completed
Pull Request — master (#140)
by Freek
01:29
created
src/SolutionProviders/RouteNotDefinedSolutionProvider.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace Facade\Ignition\SolutionProviders;
4 4
 
5
-use Throwable;
6
-use InvalidArgumentException;
7
-use Illuminate\Support\Facades\Route;
8
-use Illuminate\Foundation\Application;
9 5
 use Facade\IgnitionContracts\BaseSolution;
6
+use Facade\IgnitionContracts\HasSolutionsForThrowable;
10 7
 use Facade\Ignition\Exceptions\ViewException;
11 8
 use Facade\Ignition\Support\StringComparator;
12
-use Facade\IgnitionContracts\HasSolutionsForThrowable;
9
+use Illuminate\Foundation\Application;
10
+use Illuminate\Support\Facades\Route;
11
+use InvalidArgumentException;
13 12
 use Symfony\Component\Routing\Exception\RouteNotFoundException;
13
+use Throwable;
14 14
 
15 15
 class RouteNotDefinedSolutionProvider implements HasSolutionsForThrowable
16 16
 {
Please login to merge, or discard this patch.