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
When installing/updating the package in a Laravel 10 project, a fatal error occurs:
PHP Fatal error: A void function must not return a value in /var/www/laravel10/vendor/butschster/meta-tags/src/Console/InstallCommand.php on line 38
To Reproduce
This commit is the cause of the issue: 43086d3
Note: Forcing the version to 3.0.0 fixes the issue.
The text was updated successfully, but these errors were encountered:
Fixed! Thx for a bug report!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When installing/updating the package in a Laravel 10 project, a fatal error occurs:
PHP Fatal error: A void function must not return a value in /var/www/laravel10/vendor/butschster/meta-tags/src/Console/InstallCommand.php on line 38
To Reproduce
This commit is the cause of the issue: 43086d3
Note: Forcing the version to 3.0.0 fixes the issue.
The text was updated successfully, but these errors were encountered: