framework icon indicating copy to clipboard operation
framework copied to clipboard

fix : Command schedule not being registered

Open hsmfawaz opened this issue 2 years ago • 3 comments

This pr intend to fix issue that prevent scheduler from working as expected Related issues: https://github.com/laravel-zero/laravel-zero/issues/406 https://github.com/laravel-zero/laravel-zero/issues/355

hsmfawaz avatar Apr 13 '22 06:04 hsmfawaz

@owenvoke Can you please review this pr because the scheduler is broken

hsmfawaz avatar Apr 16 '22 03:04 hsmfawaz

Tried to apply the fix locally, but it doesn't seem to do anything?

sebastiaanluca avatar Apr 17 '22 00:04 sebastiaanluca

Tried to apply the fix locally, but it doesn't seem to do anything?

1- Install a fresh laravel-zero application 2- uncomment the scheduler function on inspire command 3- then call php application schedule:list 4- you should get "no defined schedules" 5- apply the fix 6- then call it again

hsmfawaz avatar Apr 17 '22 03:04 hsmfawaz

This was unintentionally the fix for another issue, so this has been merged as part of v9.1.3 👍🏻 Thanks!

owenvoke avatar Aug 22 '22 10:08 owenvoke