Completed
Pull Request — master (#113)
by Ahmed Mohamed Abd El
01:32
created
src/SolutionProviders/RouteNotDefinedSolutionProvider.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 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 5
 use Facade\IgnitionContracts\BaseSolution;
6
+use Facade\IgnitionContracts\HasSolutionsForThrowable;
9 7
 use Facade\Ignition\Exceptions\ViewException;
10 8
 use Facade\Ignition\Support\StringComparator;
11
-use Facade\IgnitionContracts\HasSolutionsForThrowable;
9
+use Illuminate\Support\Facades\Route;
10
+use InvalidArgumentException;
11
+use Throwable;
12 12
 
13 13
 class RouteNotDefinedSolutionProvider implements HasSolutionsForThrowable
14 14
 {
Please login to merge, or discard this patch.