Skip to content

Commit

Permalink
Added group_id
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-deluna committed Jul 22, 2014
1 parent 54a9bc4 commit b760e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CCF/app/classes/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class User extends Auth\User
protected static $_defaults = array(
'id' ,
'active' => array( 'bool', true ),
'group_id' => 0,
'email' => null,
'password' => null,
'storage' => array( 'json', array() ),
Expand Down

0 comments on commit b760e50

Please sign in to comment.