Skip to content

Commit

Permalink
Merge pull request #5965 from spencerdeinum/add_psr_logger_log_servic…
Browse files Browse the repository at this point in the history
…e_provider

[4.2] Annotate Psr\Log\LoggerInterface as provided by LogServiceProvider.
  • Loading branch information
taylorotwell committed Oct 16, 2014
2 parents 42b71be + 4f82c22 commit 2bdd744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Log/LogServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function register()
*/
public function provides()
{
return array('log');
return array('log', 'Psr\Log\LoggerInterface');
}

}

0 comments on commit 2bdd744

Please sign in to comment.