Commit 3cb71182 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3045 from robinmitra/develop

Update PHPDoc block for LogServiceProvider
parents 2ac4ce6f 21677227
...@@ -8,6 +8,7 @@ class LogServiceProvider extends ServiceProvider { ...@@ -8,6 +8,7 @@ class LogServiceProvider extends ServiceProvider {
/** /**
* Configure the application's logging facilities. * Configure the application's logging facilities.
* *
* @param \Illuminate\Contracts\Logging\Log $log
* @return void * @return void
*/ */
public function boot(Log $log) public function boot(Log $log)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment