Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Fix property visibility in Router class #20

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

Fix property visibility in Router class #20

wants to merge 1 commit into from

Conversation

lsilvio
Copy link

@lsilvio lsilvio commented Oct 19, 2019

According to symfony 4.2.8 version, the property defaultLocale shoud be protected or weaker
=> symfony/symfony@203a87a

What this PR does / why we need it:
Fix a visibility issue on defaultLocale property in Router class. Allow to run bin/console cache:clear without error.

Which issue(s) this PR fixes:

According to symfony 4.2.8 version, the property defaultLocale shoud be protected or weaker
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile Error: Access level $defaultLocale in Weglot\TranslateBundle\Routing\Router
1 participant