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