Merge branch 'develop' of github.com:hillelcoren/invoice-ninja into develop
This commit is contained in:
commit
62b8067299
1 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,11 @@ class UserTransformer extends EntityTransformer
|
|||
'registered' => (bool) $user->registered,
|
||||
'confirmed' => (bool) $user->confirmed,
|
||||
'oauth_user_id' => $user->oauth_user_id,
|
||||
'oauth_provider_id' => $user->oauth_provider_id
|
||||
'oauth_provider_id' => $user->oauth_provider_id,
|
||||
'notify_sent' => (bool) $user->notify_sent,
|
||||
'notify_viewed' => (bool) $user->notify_viewed,
|
||||
'notify_paid' => (bool) $user->notify_paid,
|
||||
'notify_approved' => (bool) $user->notify_approved,
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue