feat: add avatar and role fields to User model and update BlogSeeder for Zeynep Demir profile
This commit is contained in:
@@ -23,6 +23,8 @@ class User extends Authenticatable
|
||||
'name',
|
||||
'email',
|
||||
'password',
|
||||
'avatar',
|
||||
'role',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user