We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983c8d7 commit 9b6c804Copy full SHA for 9b6c804
1 file changed
src/Models/Subscription.php
@@ -32,7 +32,6 @@
32
* @property-read ?CarbonInterface $trial_ends_at
33
* @property-read ?CarbonInterface $starts_at
34
* @property-read ?CarbonInterface $ends_at
35
- * @property-read ?CarbonInterface $cancels_at
36
* @property-read ?CarbonInterface $canceled_at
37
* @property-read CarbonInterface $created_at
38
* @property-read CarbonInterface $updated_at
@@ -68,7 +67,6 @@ class Subscription extends Model
68
67
'trial_ends_at' => 'datetime',
69
'starts_at' => 'datetime',
70
'ends_at' => 'datetime',
71
- 'cancels_at' => 'datetime',
72
'canceled_at' => 'datetime',
73
'deleted_at' => 'datetime',
74
];
0 commit comments