@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Dingo\Api\Exception\StoreResourceFailedException; |
| 6 | 6 | use PHPHub\Repositories\ReplyRepositoryInterface; |
| 7 | 7 | use PHPHub\Transformers\ReplyTransformer; |
| 8 | -use PHPHub\User; |
|
| 9 | 8 | use Illuminate\Http\Request; |
| 10 | 9 | use Prettus\Validator\Exceptions\ValidatorException; |
| 11 | 10 | |