@@ -3,15 +3,12 @@ |
||
3 | 3 | namespace App\Http\Controllers; |
4 | 4 | |
5 | 5 | use Illuminate\Support\Facades\Lang; |
6 | -use Illuminate\Support\Facades\Log; |
|
7 | 6 | use Illuminate\Http\Request; |
8 | 7 | use App\Models\Skill; |
9 | -use App\Models\Lookup\SkillLevel; |
|
10 | 8 | use App\Models\Lookup\SkillStatus; |
11 | 9 | use App\Models\SkillDeclaration; |
12 | 10 | use App\Models\Applicant; |
13 | 11 | use App\Http\Controllers\Controller; |
14 | -use App\Services\Validation\BulkSkillDeclarationValidator; |
|
15 | 12 | use App\Services\Validation\SkillDeclarationValidator; |
16 | 13 | |
17 | 14 | class SkillDeclarationController extends Controller |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace App\Http\Controllers; |
4 | 4 | |
5 | 5 | use Illuminate\Support\Facades\Lang; |
6 | -use Illuminate\Support\Facades\Log; |
|
7 | 6 | use Illuminate\Http\Request; |
8 | 7 | use App\Http\Controllers\Controller; |
9 | -use App\Models\Skill; |
|
10 | 8 | use App\Models\Applicant; |
11 | 9 | use App\Models\WorkSample; |
12 | 10 | use App\Services\Validation\Requests\UpdateWorkSampleValidator; |
@@ -8,8 +8,6 @@ |
||
8 | 8 | use App\Models\JobApplication; |
9 | 9 | use App\Models\Reference; |
10 | 10 | use App\Models\Assessment; |
11 | -use App\Models\RatingGuideQuestion; |
|
12 | -use App\Models\RatingGuideAnswer; |
|
13 | 11 | |
14 | 12 | class DevSeeder extends Seeder // phpcs:ignore |
15 | 13 | { |