@@ -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 | { |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace RealPage\JsonApi\Lumen; |
4 | 4 | |
5 | 5 | use Illuminate\Support\ServiceProvider as IlluminateServiceProvider; |
6 | -use RealPage\JsonApi\MediaTypeGuard; |
|
7 | 6 | use RealPage\JsonApi\EncoderService; |
7 | +use RealPage\JsonApi\MediaTypeGuard; |
|
8 | 8 | |
9 | 9 | class ServiceProvider extends IlluminateServiceProvider |
10 | 10 | { |