Browse Source

Merge pull request #3045 from robinmitra/develop

Update PHPDoc block for LogServiceProvider
Taylor Otwell 10 years ago
parent
commit
3cb71182a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Providers/LogServiceProvider.php

+ 1 - 0
app/Providers/LogServiceProvider.php

@@ -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)