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
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
minor #1074 app.php and console: no need to declare $loader variable (MacDada)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes#1074).
Discussion
----------
app.php and console: no need to declare $loader variable
The var isn't being used anywhere in the file(s).
Because of how "require" works,
$loader is still a global variable.
Commits
-------
66f5804 app.php and console: no need to declare $loader variable
0 commit comments