feat: add btn text

This commit is contained in:
2026-06-25 10:07:42 +03:30
parent 706b349130
commit 2b5a7c9b1b
5 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -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 = [