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
Hi,
After updating to the latest version, I encountered an error: Cannot create dynamic property on PHP 8.2. (As you may already know, dynamic properties are deprecated in PHP 8.2.)
Error:
Error: Cannot create dynamic property MyAction::$job in /root/vendor/spatie/laravel-queueable-action/src/ActionJob.php:105
Hi,
After updating to the latest version, I encountered an error:
Cannot create dynamic property
on PHP 8.2. (As you may already know, dynamic properties are deprecated in PHP 8.2.)Error:
Related #109
laravel-queueable-action/src/ActionJob.php
Line 105 in 11db345
The text was updated successfully, but these errors were encountered: