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...
18
* @param string $relation
19
* @return void
20
*/
21
public function __construct($applicant, $relation)
22
{
23
$this->applicant = $applicant;
24
$this->relation = $relation;
25
}
26
27
/**
28
* This check passes if the model's relation contains an object whose id=$value