Skip to content

Commit

Permalink
Added phone and location to the user model as fillables
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 13, 2024
1 parent 9d43cfa commit 6a1fe2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class User extends Authenticatable implements MustVerifyEmail
'name',
'email',
'role',
'phone',
'location',
'profile_photo',
'password',
];
Expand Down

0 comments on commit 6a1fe2b

Please sign in to comment.