chore: prepare for PR

This commit is contained in:
Andras Bacsai
2026-02-26 18:22:03 +01:00
parent 78aea9a7ec
commit 8f2800a9e5
16 changed files with 1212 additions and 242 deletions
+7
View File
@@ -8,6 +8,13 @@ class Subscription extends Model
{
protected $guarded = [];
protected function casts(): array
{
return [
'stripe_refunded_at' => 'datetime',
];
}
public function team()
{
return $this->belongsTo(Team::class);