schedule:list #42380
-
sail art schedule:list TypeError ReflectionFunction::__construct(): Argument #1 ($function) must be of type Closure|string, Modules\Advertisement\Schedule\ExpireOutdatedAds given at vendor/laravel/framework/src/Illuminate/Console/Scheduling/ScheduleListCommand.php:178
3 [internal]:0
19 artisan:37 I got this error when i create invoke class according to document and my schadule work currectly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hmm, the workaround is to set the class name as the description, for example:
See #L88. A simple framework solution this problem is to autofill the description in the |
Beta Was this translation helpful? Give feedback.
Hmm, the workaround is to set the class name as the description, for example:
See #L88.
A simple framework solution this problem is to autofill the description in the
CallbackEvent
constructor if it's an object, but i dont like that : )