Completed
Push — master ( 30a987...803025 )
by Sheela
09:36
created
app/User.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.