Completed
Pull Request — master (#113)
by Ahmed Mohamed Abd El
01:26
created
src/SolutionProviders/RouteNotDefinedSolutionProvider.php 1 patch
Unused Use Statements   +5 added lines, -5 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;
9
-use Facade\Ignition\Support\StringComparator;
10
-use Facade\Ignition\Exceptions\ViewException;
11 6
 use Facade\IgnitionContracts\HasSolutionsForThrowable;
7
+use Facade\Ignition\Exceptions\ViewException;
8
+use Facade\Ignition\Support\StringComparator;
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.