@@ -2,14 +2,14 @@ |
||
2 | 2 | |
3 | 3 | namespace Facade\Ignition\SolutionProviders; |
4 | 4 | |
5 | -use Throwable; |
|
6 | -use ReflectionClass; |
|
7 | -use ReflectionMethod; |
|
8 | 5 | use BadMethodCallException; |
9 | -use Illuminate\Support\Collection; |
|
10 | 6 | use Facade\IgnitionContracts\BaseSolution; |
11 | -use phpDocumentor\Reflection\DocBlockFactory; |
|
12 | 7 | use Facade\IgnitionContracts\HasSolutionsForThrowable; |
8 | +use Illuminate\Support\Collection; |
|
9 | +use ReflectionClass; |
|
10 | +use ReflectionMethod; |
|
11 | +use Throwable; |
|
12 | +use phpDocumentor\Reflection\DocBlockFactory; |
|
13 | 13 | |
14 | 14 | class BadMethodCallSolutionProvider implements HasSolutionsForThrowable |
15 | 15 | { |