@@ -105,7 +105,7 @@ discard block |
||
105 | 105 | } |
106 | 106 | |
107 | 107 | /** |
108 | - * @return \Illuminate\Database\Eloquent\Relations\MorphMany |
|
108 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsToMany |
|
109 | 109 | */ |
110 | 110 | public function duties() |
111 | 111 | { |
@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | * Obtain the Activitylog for the designated user or for all users. |
185 | 185 | * Populate log array values ["comment", "updated_at", "user_fullname"] |
186 | 186 | * |
187 | - * @return Log collection |
|
187 | + * @return \Illuminate\Support\Collection collection |
|
188 | 188 | */ |
189 | 189 | public function getUserLog($user = null) |
190 | 190 | { |