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