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

Use only one parametter in FallbackController #411

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Javdu10
Copy link
Contributor

@Javdu10 Javdu10 commented Dec 17, 2023

Sometimes, the fallback route is not called with a path and only injects the Request object :

Too few arguments to function Azuriom\Http\Controllers\FallbackController::get(), 1 passed in /var/www/vhosts/anubispro.games/httpdocs/store/vendor/laravel/framework/src/Illuminate/Routing/Controller.php on line 54 and exactly 2 expected

Sometimes, the fallback route is not called with a path and only injects the Request object : 

Too few arguments to function Azuriom\Http\Controllers\FallbackController::get(), 1 passed in /var/www/vhosts/anubispro.games/httpdocs/store/vendor/laravel/framework/src/Illuminate/Routing/Controller.php on line 54 and exactly 2 expected
@MrMicky-FR
Copy link
Member

How this issue can be reproduced ? Because if the path is empty, the home route should be served 🤔

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.

None yet

2 participants