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