Skip to content

Commit

Permalink
fix(export): assistants without profile were missing from csv
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenrikur committed Apr 11, 2024
1 parent 6aace0e commit c913ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class User extends Authenticatable implements FilamentUser, HasAvatar
'email',
'identity_id',
'reg_id',
'password',
'groups',
];

Expand Down

0 comments on commit c913ef5

Please sign in to comment.