laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 416 forks source link

v9 missing schedule:* Commands #1224

Closed shawnnaquin closed 2 years ago

shawnnaquin commented 2 years ago

Description:

issue: when I upgrade from v8 to v9 the schedule: commands are missing. expectation: the schedule: commands should still exist

Steps To Reproduce:

an error will occur: "There are no commands defined in the "schedule" namespace."

I've upgraded through many versions of lumen, and have never seen this issue. screenshot attached.

larvel

driesvints commented 2 years ago

Thanks for reporting. I managed to figure it out and sent in a fix: https://github.com/laravel/lumen-framework/pull/1225

shawnnaquin commented 2 years ago

Thanks all for the quick response!