@@ -8,7 +8,6 @@ |
||
8 | 8 | use Neomerx\JsonApi\Document\Link; |
9 | 9 | use Neomerx\JsonApi\Exceptions\JsonApiException; |
10 | 10 | use RealPage\JsonApi\Authorization\RequestFailedAuthorization; |
11 | -use RealPage\JsonApi\ErrorFactory; |
|
12 | 11 | use RealPage\JsonApi\Validation\RequestFailedValidation; |
13 | 12 | use RealPage\JsonApi\Validation\ValidatesRequests; |
14 | 13 |
@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace RealPage\JsonApi\Validation; |
4 | 4 | |
5 | 5 | use Illuminate\Contracts\Validation\Factory; |
6 | +use Neomerx\JsonApi\Document\Error; |
|
6 | 7 | use Neomerx\JsonApi\Exceptions\ErrorCollection; |
7 | 8 | use RealPage\JsonApi\Requests\Request; |
8 | -use Neomerx\JsonApi\Document\Error; |
|
9 | 9 | |
10 | 10 | abstract class ValidatesRequests |
11 | 11 | { |
@@ -2,11 +2,11 @@ |
||
2 | 2 | |
3 | 3 | namespace RealPage\JsonApi\Lumen; |
4 | 4 | |
5 | +use Illuminate\Http\Request; |
|
5 | 6 | use Illuminate\Support\ServiceProvider as IlluminateServiceProvider; |
6 | -use RealPage\JsonApi\MediaTypeGuard; |
|
7 | -use RealPage\JsonApi\EncoderService; |
|
8 | 7 | use Illuminate\Support\Str; |
9 | -use Illuminate\Http\Request; |
|
8 | +use RealPage\JsonApi\EncoderService; |
|
9 | +use RealPage\JsonApi\MediaTypeGuard; |
|
10 | 10 | |
11 | 11 | class ServiceProvider extends IlluminateServiceProvider |
12 | 12 | { |