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