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 7697584 commit 8926eacCopy full SHA for 8926eac
src/Models/Subscription.php
@@ -23,9 +23,7 @@
23
* Laravelcm\Subscriptions\Models\Subscription.
24
*
25
* @property int $id
26
- * @property int $subscriber_id
27
* @property string $subscriber_type
28
- * @property int $plan_id
29
* @property string $slug
30
* @property array $title
31
* @property array $description
@@ -86,9 +84,7 @@ class Subscription extends Model
86
84
];
87
85
88
protected $casts = [
89
- 'subscriber_id' => 'integer',
90
'subscriber_type' => 'string',
91
- 'plan_id' => 'integer',
92
'slug' => 'string',
93
'trial_ends_at' => 'datetime',
94
'starts_at' => 'datetime',
0 commit comments