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 #6990 replace dirname() call with .. (xabbuh)
This PR was merged into the 3.1 branch.
Discussion
----------
replace dirname() call with ..
Using `dirname(__DIR__)` is less readable than using `__DIR__.'/..'`. Also, this is in line with what we use above in `configureRoutes()`.
Commits
-------
4f89612 replace dirname() call with ..
0 commit comments