@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scool\EnrollmentMobile\Http\Controllers; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | - |
|
7 | -use Scool\EnrollmentMobile\Http\Requests; |
|
8 | 5 | use Prettus\Validator\Contracts\ValidatorInterface; |
9 | 6 | use Prettus\Validator\Exceptions\ValidatorException; |
10 | 7 | use Scool\EnrollmentMobile\Http\Requests\CourseCreateRequest; |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Scool\EnrollmentMobile\Repositories; |
4 | 4 | |
5 | -use Prettus\Repository\Eloquent\BaseRepository; |
|
6 | 5 | use Prettus\Repository\Criteria\RequestCriteria; |
7 | -use Scool\EnrollmentMobile\Repositories\EnrollmentStudySubmoduleRepository; |
|
6 | +use Prettus\Repository\Eloquent\BaseRepository; |
|
8 | 7 | use Scool\EnrollmentMobile\Models\EnrollmentStudySubmodule; |
8 | +use Scool\EnrollmentMobile\Repositories\EnrollmentStudySubmoduleRepository; |
|
9 | 9 | use Scool\EnrollmentMobile\Validators\EnrollmentStudySubmoduleValidator; |
10 | 10 | |
11 | 11 | /** |
@@ -14,7 +14,7 @@ |
||
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Transform the \EnrollmentStudySubmodule entity |
17 | - * @param \EnrollmentStudySubmodule $model |
|
17 | + * @param EnrollmentStudySubmodule $model |
|
18 | 18 | * |
19 | 19 | * @return array |
20 | 20 | */ |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scool\EnrollmentMobile\Http\Controllers; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | - |
|
7 | -use Scool\EnrollmentMobile\Http\Requests; |
|
8 | 5 | use Prettus\Validator\Contracts\ValidatorInterface; |
9 | 6 | use Prettus\Validator\Exceptions\ValidatorException; |
10 | 7 | use Scool\EnrollmentMobile\Http\Requests\CourseCreateRequest; |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scool\EnrollmentMobile\Http\Controllers; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | - |
|
7 | -use Scool\EnrollmentMobile\Http\Requests; |
|
8 | 5 | use Prettus\Validator\Contracts\ValidatorInterface; |
9 | 6 | use Prettus\Validator\Exceptions\ValidatorException; |
10 | 7 | use Scool\EnrollmentMobile\Http\Requests\CourseCreateRequest; |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scool\EnrollmentMobile\Http\Controllers; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | - |
|
7 | -use Scool\EnrollmentMobile\Http\Requests; |
|
8 | 5 | use Prettus\Validator\Contracts\ValidatorInterface; |
9 | 6 | use Prettus\Validator\Exceptions\ValidatorException; |
10 | 7 | use Scool\EnrollmentMobile\Http\Requests\CourseCreateRequest; |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scool\EnrollmentMobile\Http\Controllers; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | - |
|
7 | -use Scool\EnrollmentMobile\Http\Requests; |
|
8 | 5 | use Prettus\Validator\Contracts\ValidatorInterface; |
9 | 6 | use Prettus\Validator\Exceptions\ValidatorException; |
10 | 7 | use Scool\EnrollmentMobile\Http\Requests\CourseCreateRequest; |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scool\EnrollmentMobile\Http\Controllers; |
4 | 4 | |
5 | -use Illuminate\Http\Request; |
|
6 | - |
|
7 | -use Scool\EnrollmentMobile\Http\Requests; |
|
8 | 5 | use Prettus\Validator\Contracts\ValidatorInterface; |
9 | 6 | use Prettus\Validator\Exceptions\ValidatorException; |
10 | 7 | use Scool\EnrollmentMobile\Http\Requests\CourseCreateRequest; |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Scool\EnrollmentMobile\Repositories; |
4 | 4 | |
5 | -use Prettus\Repository\Eloquent\BaseRepository; |
|
6 | 5 | use Prettus\Repository\Criteria\RequestCriteria; |
7 | -use Scool\EnrollmentMobile\Repositories\CycleRepository; |
|
6 | +use Prettus\Repository\Eloquent\BaseRepository; |
|
8 | 7 | use Scool\EnrollmentMobile\Models\Cycle; |
8 | +use Scool\EnrollmentMobile\Repositories\CycleRepository; |
|
9 | 9 | use Scool\EnrollmentMobile\Validators\CycleValidator; |
10 | 10 | |
11 | 11 | /** |