@@ -16,7 +16,6 @@ |
||
16 | 16 | use App\Models\Skill; |
17 | 17 | use App\Models\Lookup\SkillStatus; |
18 | 18 | use App\Models\Degree; |
19 | -use App\Models\Lookup\CriteriaType; |
|
20 | 19 | use App\Models\Criteria; |
21 | 20 | use App\Models\Course; |
22 | 21 | use App\Models\WorkExperience; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use App\Models\ApplicationReview; |
6 | 6 | use App\Models\JobApplication; |
7 | 7 | use App\Models\Lookup\ReviewStatus; |
8 | -use App\Models\Lookup\ReviewDecision; |
|
9 | 8 | use Illuminate\Http\Request; |
10 | 9 | use Illuminate\Validation\Rule; |
11 | 10 |
@@ -5,9 +5,7 @@ |
||
5 | 5 | use App\Models\Assessment; |
6 | 6 | use App\Models\Criteria; |
7 | 7 | use App\Models\Lookup\AssessmentType; |
8 | - |
|
9 | 8 | use Illuminate\Http\Request; |
10 | -use Illuminate\Http\Response; |
|
11 | 9 | |
12 | 10 | class AssessmentController extends Controller |
13 | 11 | { |
@@ -2,11 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Http\Controllers; |
4 | 4 | |
5 | -use App\Models\JobPoster; |
|
6 | -use App\Models\Lookup\AssessmentType; |
|
7 | - |
|
8 | 5 | use Illuminate\Http\Request; |
9 | -use Illuminate\Http\Response; |
|
10 | 6 | use App\Models\AssessmentPlanNotification; |
11 | 7 | |
12 | 8 | class AssessmentPlanNotificationController extends Controller |
@@ -9,8 +9,6 @@ |
||
9 | 9 | use App\Models\Applicant; |
10 | 10 | use App\Models\Course; |
11 | 11 | use App\Models\WorkExperience; |
12 | -use App\Models\Lookup\DegreeType; |
|
13 | -use App\Models\Lookup\CourseStatus; |
|
14 | 12 | use App\Http\Controllers\Controller; |
15 | 13 | |
16 | 14 | class ExperienceController extends Controller |
@@ -8,14 +8,10 @@ discard block |
||
8 | 8 | use Illuminate\Support\Facades\Mail; |
9 | 9 | use Illuminate\Http\RedirectResponse; |
10 | 10 | use Illuminate\Http\Request; |
11 | -use Illuminate\Http\Response; |
|
12 | 11 | use Illuminate\View\View; |
13 | 12 | use App\Http\Controllers\Controller; |
14 | - |
|
15 | 13 | use Carbon\Carbon; |
16 | - |
|
17 | 14 | use App\Mail\JobPosterReviewRequested; |
18 | - |
|
19 | 15 | use App\Models\Criteria; |
20 | 16 | use App\Models\JobPoster; |
21 | 17 | use App\Models\JobPosterKeyTask; |
@@ -29,7 +25,6 @@ discard block |
||
29 | 25 | use App\Models\Lookup\CriteriaType; |
30 | 26 | use App\Models\Skill; |
31 | 27 | use App\Models\Manager; |
32 | - |
|
33 | 28 | use App\Services\Validation\JobPosterValidator; |
34 | 29 | use Jenssegers\Date\Date; |
35 | 30 | use App\Models\AssessmentPlanNotification; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use App\Models\Lookup\Frequency; |
9 | 9 | use App\Models\Lookup\Department; |
10 | 10 | use App\Models\WorkEnvironment; |
11 | -use App\Models\TeamCulture; |
|
12 | 11 | use App\Models\Manager; |
13 | 12 | |
14 | 13 | class ManagerProfileController extends Controller { |
@@ -5,9 +5,7 @@ |
||
5 | 5 | use App\Models\RatingGuideAnswer; |
6 | 6 | use App\Models\RatingGuideQuestion; |
7 | 7 | use App\Models\Criteria; |
8 | - |
|
9 | 8 | use Illuminate\Http\Request; |
10 | -use Illuminate\Http\Response; |
|
11 | 9 | |
12 | 10 | class RatingGuideAnswerController extends Controller |
13 | 11 | { |
@@ -5,9 +5,7 @@ |
||
5 | 5 | use App\Models\RatingGuideQuestion; |
6 | 6 | use App\Models\JobPoster; |
7 | 7 | use App\Models\Lookup\AssessmentType; |
8 | - |
|
9 | 8 | use Illuminate\Http\Request; |
10 | -use Illuminate\Http\Response; |
|
11 | 9 | |
12 | 10 | class RatingGuideQuestionController extends Controller |
13 | 11 | { |