Completed
Pull Request — master (#130)
by Freek
01:38
created
src/SolutionProviders/RouteNotDefinedSolutionProvider.php 1 patch
Unused Use Statements   +6 added lines, -6 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 Illuminate\Foundation\Application;
6
-use Symfony\Component\Routing\Exception\RouteNotFoundException;
7
-use Throwable;
8
-use InvalidArgumentException;
9
-use Illuminate\Support\Facades\Route;
10 5
 use Facade\IgnitionContracts\BaseSolution;
6
+use Facade\IgnitionContracts\HasSolutionsForThrowable;
11 7
 use Facade\Ignition\Exceptions\ViewException;
12 8
 use Facade\Ignition\Support\StringComparator;
13
-use Facade\IgnitionContracts\HasSolutionsForThrowable;
9
+use Illuminate\Foundation\Application;
10
+use Illuminate\Support\Facades\Route;
11
+use InvalidArgumentException;
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.