Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
9fe479b141
commit
ed3bbd76d7
@@ -9,6 +9,6 @@ class Notification extends BaseModel
|
||||
protected $table = 'notifications';
|
||||
protected $fillable = [
|
||||
|
||||
'model_id', 'userid_created', 'type_id',
|
||||
];
|
||||
'model_id', 'userid_created', 'type_id',
|
||||
];
|
||||
}
|
||||
|
@@ -9,6 +9,6 @@ class NotificationType extends BaseModel
|
||||
protected $table = 'notification_types';
|
||||
protected $fillable = [
|
||||
|
||||
'message', 'type', 'icon_class',
|
||||
];
|
||||
'message', 'type', 'icon_class',
|
||||
];
|
||||
}
|
||||
|
@@ -9,6 +9,6 @@ class UserNotification extends BaseModel
|
||||
protected $table = 'user_notification';
|
||||
protected $fillable = [
|
||||
|
||||
'notification_id', 'user_id', 'is_read',
|
||||
];
|
||||
'notification_id', 'user_id', 'is_read',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user