@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace ArinaSystems\JsonResponse; |
4 | 4 | |
5 | +use ArinaSystems\JsonResponse\Option; |
|
5 | 6 | use Illuminate\Support\Arr; |
6 | 7 | use InvalidArgumentException; |
7 | -use ArinaSystems\JsonResponse\Option; |
|
8 | 8 | |
9 | 9 | class Attribute |
10 | 10 | { |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace ArinaSystems\JsonResponse\Attribute\Builders; |
4 | 4 | |
5 | -use Illuminate\Container\Container; |
|
6 | -use ArinaSystems\JsonResponse\Option; |
|
7 | 5 | use ArinaSystems\JsonResponse\Attribute; |
6 | +use ArinaSystems\JsonResponse\Option; |
|
7 | +use Illuminate\Container\Container; |
|
8 | 8 | |
9 | 9 | abstract class Builder |
10 | 10 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace ArinaSystems\JsonResponse\Tests; |
4 | 4 | |
5 | -use Illuminate\Support\Facades\Config; |
|
6 | 5 | use ArinaSystems\JsonResponse\Option; |
6 | +use Illuminate\Support\Facades\Config; |
|
7 | 7 | |
8 | 8 | class OptionTest extends TestCase |
9 | 9 | { |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace ArinaSystems\JsonResponse\Attribute\Builders; |
4 | 4 | |
5 | -use Throwable; |
|
5 | +use ArinaSystems\JsonResponse\Facades\JsonResponse; |
|
6 | 6 | use Illuminate\Auth\AuthenticationException; |
7 | 7 | use Illuminate\Validation\ValidationException; |
8 | -use ArinaSystems\JsonResponse\Facades\JsonResponse; |
|
9 | 8 | use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface; |
9 | +use Throwable; |
|
10 | 10 | |
11 | 11 | class ExceptionAttributeBuilder extends Builder |
12 | 12 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace ArinaSystems\JsonResponse\Traits; |
4 | 4 | |
5 | -use Throwable; |
|
6 | 5 | use ArinaSystems\JsonResponse\Facades\JsonResponse; |
6 | +use Throwable; |
|
7 | 7 | |
8 | 8 | trait JsonHandler |
9 | 9 | { |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace ArinaSystems\JsonResponse\Tests; |
4 | 4 | |
5 | +use ArinaSystems\JsonResponse\Facades\JsonResponse; |
|
6 | +use ArinaSystems\JsonResponse\Facades\Option; |
|
5 | 7 | use Exception; |
6 | 8 | use Illuminate\Support\Facades\Config; |
7 | -use ArinaSystems\JsonResponse\Facades\Option; |
|
8 | -use ArinaSystems\JsonResponse\Facades\JsonResponse; |
|
9 | 9 | |
10 | 10 | class JsonResponseTest extends TestCase |
11 | 11 | { |