@@ -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 | trait ValidatesRequests |
| 11 | 11 | { |