JSn1nj4 / ElliotDerhay.com

My personal website project.
MIT License
0 stars 1 forks source link

Fix schedule #195

Closed JSn1nj4 closed 2 months ago

JSn1nj4 commented 2 months ago

When doing the Laravel 11 upgrade, I missed that the old Console/Kernel.php file was meant to go away completely, so I left it.

But the schedule was supposed to be migrated to either routes/console.php or bootstrap/app.php.

I chose the former here and running artisan schedule:list confirms everything is registered again.


Fixes #194