Skip to content

Conversation

stefanfisk
Copy link
Contributor

This PR adds support for routes/console.php.

First it removes a duplicate call to Application::resolveConsoleSchedule() which causes Illuminate\Console\Scheduling\Schedule to be instantiated twice with the first instance not being bound to the container.

Then it removes a duplicate call to Kernel::commands() which is already performed by the call to Kernel::bootstrap() a few lines above.

Lastly it requires routes/console.php if the file exists.

@Log1x Log1x merged commit 47310d4 into roots:main May 28, 2025
2 checks passed
@Log1x
Copy link
Member

Log1x commented May 28, 2025

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants