Skip to content

Commit 7697584

Browse files
- remove relation integer cast
1 parent f2612e9 commit 7697584

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Models/Feature.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
* Laravelcm\Subscriptions\Models\PlanFeature.
2222
*
2323
* @property int $id
24-
* @property int $plan_id
2524
* @property string $slug
2625
* @property array $title
2726
* @property array $description
@@ -71,7 +70,6 @@ class Feature extends Model implements Sortable
7170
];
7271

7372
protected $casts = [
74-
'plan_id' => 'integer',
7573
'slug' => 'string',
7674
'value' => 'string',
7775
'resettable_period' => 'integer',

0 commit comments

Comments
 (0)