Open
Description
Executing the following code in Laravel 10 app produces an error:
Undefined property: Spinen\ClickUp\Team::$wasRecentlyCreated
$user = new User([
'name' => 'user',
'email' => '[email protected]',
'password' => '123',
'clickup_token' => '%%%%%%',
]);
$user->save();
$spaces = $user->clickUp()->teams->first()->spaces;
I believe the reason to be is updates in Laravel 9.x - see files Model.php and HasAttributes.php
Metadata
Metadata
Assignees
Labels
No labels