Closed brianr closed 9 years ago
Fix a few issues I ran into while getting this set up in a new Laravel 5 app:
\Log
Log
use Log;
Thanks for the quick merge!
Fix a few issues I ran into while getting this set up in a new Laravel 5 app:
\Log
instead of justLog
(the latter seems to require ause Log;
statement)