Skip to content

Commit

Permalink
Make the log facade use the interface (#15855)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and taylorotwell committed Oct 11, 2016
1 parent d32aa9e commit 2559728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class Log extends Facade
*/
protected static function getFacadeAccessor()
{
return 'log';
return 'Psr\Log\LoggerInterface';
}
}

0 comments on commit 2559728

Please sign in to comment.