mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-10 22:24:00 +00:00
chore: prepare for PR
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user