Completed
Push — master ( 7591bf...388f82 )
by Christopher
01:15
created
src/Traits/HasUsers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 trait HasUsers
8 8
 {
9 9
     /**
10
-     * @return Illuminate\Database\Eloquent\Relations\BelongsToMany
10
+     * @return BelongsToMany
11 11
      */
12 12
     public function users() : BelongsToMany
13 13
     {
Please login to merge, or discard this patch.