mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-29 09:14:12 +00:00
Update UI and migration,seeder for notification.
This commit is contained in:
@@ -6,5 +6,5 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Notification extends Model
|
||||
{
|
||||
protected $fillable = ['detail','user_id'];
|
||||
protected $fillable = ['detail','user_id','is_read'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user