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 AppVersion extends Model
{
protected $fillable = [
'image_id', 'title', 'description', 'version_name', 'version_code', 'link',
'image_id', 'title', 'description', 'version_name', 'version_code', 'link', 'button_text',
];
protected $casts = [