You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since end of last month on some queries I'm seeing this...
Uncaught Spatie\DataTransferObject\DataTransferObjectError: Public properties payrollIdentifier not found on Anteris\Autotask\API\Resources\ResourceEntity
I've got this working. For reference just need to edit vendor/anteris-dev/autotask-client/src/API/Resources/ResourceEntity.php and add a line of public string $payrollIdentifier; just above public int $payrollType;
Since end of last month on some queries I'm seeing this...
Uncaught Spatie\DataTransferObject\DataTransferObjectError: Public properties
payrollIdentifier
not found on Anteris\Autotask\API\Resources\ResourceEntityThe query I'm trying to run is...
$res=$client->resources()->query()->where('email','in',$firstline_users)->get();
The text was updated successfully, but these errors were encountered: