@@ -11,7 +11,7 @@ |
||
11 | 11 | protected $log; |
12 | 12 | |
13 | 13 | /** |
14 | - * @param \Illuminate\Contracts\Logging\Log $log |
|
14 | + * @param LogContract $log |
|
15 | 15 | */ |
16 | 16 | public function __construct(LogContract $log) |
17 | 17 | { |