@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace App\Services\Validation\Rules; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Contracts\Validation\Rule; |
| 6 | -use Illuminate\Support\Facades\Hash; |
|
| 7 | 6 | use Illuminate\Support\Facades\Auth; |
| 8 | 7 | use Illuminate\Support\Facades\Lang; |
| 9 | 8 | use App\Models\SkillDeclaration; |
@@ -2,10 +2,6 @@ |
||
| 2 | 2 | namespace App\Services\Validation; |
| 3 | 3 | use Illuminate\Support\Facades\Validator; |
| 4 | 4 | use Illuminate\Validation\Rule; |
| 5 | -use App\Models\WorkExperience; |
|
| 6 | -use App\Models\Lookup\VeteranStatus; |
|
| 7 | -use App\Models\Lookup\ExperienceLevel; |
|
| 8 | -use App\Models\Lookup\ExperienceLevelTranslation; |
|
| 9 | 5 | use App\Models\Applicant; |
| 10 | 6 | use App\Services\Validation\Rules\UniqueApplicantSkillRule; |
| 11 | 7 | class WorkExperienceValidator |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Twig_Extension; |
| 4 | 4 | use Twig_SimpleFunction; |
| 5 | -use Twig_SimpleFilter; |
|
| 6 | 5 | |
| 7 | 6 | class HandleNullState extends Twig_Extension |
| 8 | 7 | { |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace App\Services\Validation\Rules; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Contracts\Validation\Rule; |
| 6 | -use Illuminate\Support\Facades\Hash; |
|
| 7 | -use Illuminate\Support\Facades\Auth; |
|
| 8 | 6 | use Illuminate\Support\Facades\Lang; |
| 9 | 7 | use App\Models\Applicant; |
| 10 | 8 | |