Skip to content

Commit 8926eac

Browse files
- remove relation integer cast
1 parent 7697584 commit 8926eac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Models/Subscription.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
* Laravelcm\Subscriptions\Models\Subscription.
2424
*
2525
* @property int $id
26-
* @property int $subscriber_id
2726
* @property string $subscriber_type
28-
* @property int $plan_id
2927
* @property string $slug
3028
* @property array $title
3129
* @property array $description
@@ -86,9 +84,7 @@ class Subscription extends Model
8684
];
8785

8886
protected $casts = [
89-
'subscriber_id' => 'integer',
9087
'subscriber_type' => 'string',
91-
'plan_id' => 'integer',
9288
'slug' => 'string',
9389
'trial_ends_at' => 'datetime',
9490
'starts_at' => 'datetime',

0 commit comments

Comments
 (0)