This commit is contained in:
ct
2025-07-02 18:25:12 +08:00
parent 68a47ec916
commit 0aa0d9569f
20 changed files with 515 additions and 193 deletions

View File

@@ -26,4 +26,11 @@ class Plan extends Model
'name',
'tier',
];
protected $hidden = [
'id',
'created_at',
'updated_at',
'laravel_through_key',
];
}