Guest User

UserModel

a guest
Jun 4th, 2024
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. protected $allowedFields = [
  2. 'username',
  3. 'role',
  4. 'status',
  5. 'status_message',
  6. 'active',
  7. 'last_active',
  8. ];
Advertisement
Add Comment
Please, Sign In to add comment