|
@@ -2,13 +2,13 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace Facade\Ignition\SolutionProviders; |
|
4
|
4
|
|
|
|
5
|
+use Facade\IgnitionContracts\BaseSolution; |
|
|
6
|
+use Facade\IgnitionContracts\HasSolutionsForThrowable; |
|
|
7
|
+use Facade\Ignition\Support\StringComparator; |
|
5
|
8
|
use Illuminate\Foundation\Application; |
|
|
9
|
+use Illuminate\Support\Facades\Route; |
|
6
|
10
|
use Symfony\Component\Routing\Exception\RouteNotFoundException; |
|
7
|
11
|
use Throwable; |
|
8
|
|
-use Illuminate\Support\Facades\Route; |
|
9
|
|
-use Facade\IgnitionContracts\BaseSolution; |
|
10
|
|
-use Facade\Ignition\Support\StringComparator; |
|
11
|
|
-use Facade\IgnitionContracts\HasSolutionsForThrowable; |
|
12
|
12
|
|
|
13
|
13
|
class RouteNotDefinedSolutionProvider implements HasSolutionsForThrowable |
|
14
|
14
|
{ |
Please login to merge, or discard this patch.