The trait Lyal\Checkr\Traits\Listable requires some properties which are not provided by Lyal\Checkr\Entities\Resources\Candidate: $useCollections, $data
Loading history...
14
15
/**
16
* Candidate constructor.
17
*
18
* @param null|string|array $values
19
* @param null|Client $client
20
*/
21
public function __construct($values = null, Client $client = null)