Skip to content

Commit 9b6c804

Browse files
committed
refactor: remove all mentions on cancels_at
1 parent 983c8d7 commit 9b6c804

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Models/Subscription.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
* @property-read ?CarbonInterface $trial_ends_at
3333
* @property-read ?CarbonInterface $starts_at
3434
* @property-read ?CarbonInterface $ends_at
35-
* @property-read ?CarbonInterface $cancels_at
3635
* @property-read ?CarbonInterface $canceled_at
3736
* @property-read CarbonInterface $created_at
3837
* @property-read CarbonInterface $updated_at
@@ -68,7 +67,6 @@ class Subscription extends Model
6867
'trial_ends_at' => 'datetime',
6968
'starts_at' => 'datetime',
7069
'ends_at' => 'datetime',
71-
'cancels_at' => 'datetime',
7270
'canceled_at' => 'datetime',
7371
'deleted_at' => 'datetime',
7472
];

0 commit comments

Comments
 (0)