You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xabbuh Thanks for that. I did search for bugs but didn't find it. I'm in the process of moving to flex in 3.4, so we can upgrade to Symfony 4, so it's good to know once I get there we can make those changes.
Description
Currently we support
!php/const
for constants in service files. It would be good to be able to use them in routing files as well.Example
We have some routes that rely on constants, we currently have to put them in to a parameter and then we can use them in our routes
Currently we have:
Plus a parameter for domain_staff which actually comes from a constant
DOMAIN_STAFF
.We could do away with the parameter and just have:
Fix
In YamlFileLoader.php we change
to
The text was updated successfully, but these errors were encountered: