Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carduz committed Nov 29, 2015
1 parent 44753e2 commit c606512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Group extends Model
/**
* @var array
*/
protected $hidden = ['planner'];
protected $hidden = ['planner', 'pivot'];

/**
* @var array
Expand Down

0 comments on commit c606512

Please sign in to comment.