laravel-clickup
laravel-clickup copied to clipboard
SPINEN's Laravel Package for ClickUp.
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' => '%%%%%%',...
Previously, the decrypted ClickUp tokens were not being unserialized, causing potential issues when accessing the stored values. This update ensures the tokens are properly unserialized after decryption to maintain functionality.
Is this package compatible with Laravel 11? I'm receiving a fatal error for an incompatible `$builder` property defined in my User model. ``` PHP Fatal error: Illuminate\Database\Eloquent\Model and Spinen\ClickUp\Concerns\HasClickUp define...
Fixed #33