We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest release of laravel/framework introduced a bug when tenancy/multi-tenant is in use.
laravel/framework
tenancy/multi-tenant
The specific PR that caused this bug: laravel/framework#36513
Locking Laravel to v8.30.1 resolves the issue.
Running any Artisan command will result in:
Actual behavior
An argument with name "class" already exists.
Expected behavior
Artisan completes successfully.
Information
The text was updated successfully, but these errors were encountered:
Fix An argument with name class already exists. #987
61cfbc1
d843897
Fix An argument with name class already exists. #987 (#989)
0f7fb83
Fixed by #989
Sorry, something went wrong.
No branches or pull requests
Latest release of
laravel/framework
introduced a bug whentenancy/multi-tenant
is in use.The specific PR that caused this bug: laravel/framework#36513
Locking Laravel to v8.30.1 resolves the issue.
Running any Artisan command will result in:
Actual behavior
Expected behavior
Artisan completes successfully.
Information
The text was updated successfully, but these errors were encountered: