-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow Symfony 6 #115
Allow Symfony 6 #115
Conversation
Replace of |
Seems routing file still uses the old
|
The recommended notation should be compatible with 4.4 :) PR updated |
Next one 😄 seems to be
$this->get( need to be now $this->container->get( 🤔
|
Fixed along with a remaining |
Nice @chalasr thank you! |
No description provided.