language files combined, settings fixed, "new" badge integrated
This commit is contained in:
@@ -16,5 +16,6 @@ class Image extends Model
|
||||
'original_image_id',
|
||||
'style_id',
|
||||
'is_temp',
|
||||
'is_public',
|
||||
];
|
||||
}
|
||||
|
||||
@@ -22,6 +22,9 @@ class User extends Authenticatable
|
||||
'email',
|
||||
'password',
|
||||
'role_id',
|
||||
'email_notifications_enabled',
|
||||
'theme_preference',
|
||||
'locale',
|
||||
];
|
||||
|
||||
public function role()
|
||||
|
||||
Reference in New Issue
Block a user