@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | |
65 | 65 | /** |
66 | 66 | * @param \Illuminate\Auth\AuthManager $auth |
67 | - * @param Illuminate\Contracts\Config\Repository $config |
|
67 | + * @param Repository $config |
|
68 | 68 | * @return null |
69 | 69 | */ |
70 | 70 | public function __construct(AuthManager $auth, Repository $config) |
@@ -191,7 +191,7 @@ discard block |
||
191 | 191 | * Persists this activity. |
192 | 192 | * |
193 | 193 | * @param string $description |
194 | - * @return null|mixed |
|
194 | + * @return null|Model |
|
195 | 195 | */ |
196 | 196 | public function log(string $description) |
197 | 197 | { |