@@ -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,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 | { |