feat: add avatar and role fields to User model and update BlogSeeder for Zeynep Demir profile

This commit is contained in:
Ümit Tunç
2026-05-24 10:49:49 +03:00
parent 3ed63cacb3
commit 8c00956f29
3 changed files with 42 additions and 5 deletions
+2
View File
@@ -23,6 +23,8 @@ class User extends Authenticatable
'name',
'email',
'password',
'avatar',
'role',
];
/**