Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated artisan service provider to be compatible with laravel #60

Merged
merged 2 commits into from
Dec 9, 2021

Conversation

jaxwilko
Copy link
Member

@jaxwilko jaxwilko commented Dec 6, 2021

In newer versions of laravel, the default application commands are lazy loaded in. Because of this they've switched from using the facade accessor to the class string. This change was introduced in this commit: laravel/framework@82b212c

I may have missed some strings that need updating as I'm just running unit tests and fixing bugs as they pop up, but this should be a start :)

@LukeTowers LukeTowers merged commit 0d44f89 into wip/1.2 Dec 9, 2021
@LukeTowers LukeTowers deleted the wip/1.2-lazy-commands branch December 9, 2021 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants