card orders wip

This commit is contained in:
2023-12-11 17:35:20 +05:00
parent ee4d71cff0
commit 1dc7441631
4 changed files with 15 additions and 5 deletions

View File

@@ -19,6 +19,8 @@ class CardType extends Model
protected $fillable = [
'name',
'price',
'notes',
'active',
];
/**