Skip to content
Discussion options

You must be logged in to vote

Hmm, the workaround is to set the class name as the description, for example:

$schedule
    ->call(new SomeScheduleTask())
    ->description(SomeScheduleTask::class)
    ->hourly();

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 : )

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SKToke
Comment options

@korkoshko
Comment options

Answer selected by hooman-mirghasemi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #42379 on May 13, 2022 12:49.