Skip to content

Commit

Permalink
add create_by in fillable
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Aug 29, 2023
1 parent ddc555f commit 7106450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class User extends Authenticatable implements FilamentUser
'phone',
'organization_id',
'source_of_information',
'created_by'
];

/**
Expand Down

0 comments on commit 7106450

Please sign in to comment.