feat: add btn text
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
class Announcement extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'image_id', 'title', 'description', 'link', 'start_date', 'end_date',
|
||||
'image_id', 'title', 'description', 'link', 'button_text', 'start_date', 'end_date',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
|
||||
Reference in New Issue
Block a user