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