The type App\Services\Validation\Rules\App\Models\Applicant was not found. Did you mean App\Models\Applicant? If so, make sure to prefix the type with \.
Loading history...
17
* @param string $relation
18
* @return void
19
*/
20
public function __construct($validator)
21
{
22
$this->validator = $validator;
23
}
24
25
/**
26
* This check passes if the $value is a collection which contains an object
27
* with a relationName relation equal to relationValue