add web_notifications and email_notifications attributs to User migration and model
This commit is contained in:
+3
-1
@@ -26,7 +26,9 @@ class User extends Authenticatable
|
||||
'validate',
|
||||
'role',
|
||||
'verified_at',
|
||||
'profile_photo_path'
|
||||
'profile_photo_path',
|
||||
'email_notifications',
|
||||
'web_notifiactions'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user