minor #1034 Change closures to use $app as the first parameter. (henrikbjorn)
This PR was squashed before being merged into the 2.0.x-dev branch (closes #1034). Discussion ---------- Change closures to use $app as the first parameter. Almost always the first parameter is $app therefor it makes little sense to use `use` part of the closure and having PHP do context switching all over the place. This also makes it explicit in the service providers exactly what $app instance is used. Commits ------- 5efdf830 Change closures to use as the first parameter.
Showing
Please register or sign in to comment