Completed
Pull Request — master (#130)
by Freek
01:26
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 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
 {
Please login to merge, or discard this patch.