Skip to content

Commit c606512

Browse files
committed
minor fix
1 parent 44753e2 commit c606512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Group.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Group extends Model
4949
/**
5050
* @var array
5151
*/
52-
protected $hidden = ['planner'];
52+
protected $hidden = ['planner', 'pivot'];
5353

5454
/**
5555
* @var array

0 commit comments

Comments
 (0)