@@ -2,15 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Http\Controllers; |
| 4 | 4 | |
| 5 | -use Illuminate\Http\Request; |
|
| 6 | - |
|
| 7 | -use App\Http\Requests; |
|
| 8 | -use Prettus\Validator\Contracts\ValidatorInterface; |
|
| 9 | -use Prettus\Validator\Exceptions\ValidatorException; |
|
| 10 | 5 | use App\Http\Requests\EnrollmentCreateRequest; |
| 11 | 6 | use App\Http\Requests\EnrollmentUpdateRequest; |
| 12 | 7 | use App\Repositories\EnrollmentRepository; |
| 13 | 8 | use App\Validators\EnrollmentValidator; |
| 9 | +use Prettus\Validator\Contracts\ValidatorInterface; |
|
| 10 | +use Prettus\Validator\Exceptions\ValidatorException; |
|
| 14 | 11 | |
| 15 | 12 | |
| 16 | 13 | /** |