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
minor #5173 Use $this->getRootDir() instead of __DIR__ (manelselles)
This PR was merged into the 2.3 branch.
Discussion
----------
Use $this->getRootDir() instead of __DIR__
Use $this->getRootDir() when loading the configuration file from AppKernel.
Symfony standard version uses $this->getRootDir() so we should have the same version on both sites.
Commits
-------
e0437ea Use $this->getRootDir() instead of __DIR__
0 commit comments