@@ -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 | { |
@@ -4,9 +4,9 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Illuminate\Contracts\Validation\Validator; |
| 6 | 6 | use Illuminate\Http\Request as IlluminateRequest; |
| 7 | +use Neomerx\JsonApi\Exceptions\JsonApiException; |
|
| 7 | 8 | use Neomerx\JsonApi\Schema\Error; |
| 8 | 9 | use Neomerx\JsonApi\Schema\Link; |
| 9 | -use Neomerx\JsonApi\Exceptions\JsonApiException; |
|
| 10 | 10 | use RealPage\JsonApi\Authorization\RequestFailedAuthorization; |
| 11 | 11 | use RealPage\JsonApi\Validation\RequestFailedValidation; |
| 12 | 12 | use RealPage\JsonApi\Validation\ValidatesRequests; |