Update doc block for LogServiceProvider

This commit is contained in:
Robin Mita
2014-09-28 13:42:10 +00:00
parent 2889a26847
commit 2167722748

View File

@@ -8,6 +8,7 @@ class LogServiceProvider extends ServiceProvider {
/**
* Configure the application's logging facilities.
*
* @param \Illuminate\Contracts\Logging\Log $log
* @return void
*/
public function boot(Log $log)