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 f2612e9 commit 7697584Copy full SHA for 7697584
src/Models/Feature.php
@@ -21,7 +21,6 @@
21
* Laravelcm\Subscriptions\Models\PlanFeature.
22
*
23
* @property int $id
24
- * @property int $plan_id
25
* @property string $slug
26
* @property array $title
27
* @property array $description
@@ -71,7 +70,6 @@ class Feature extends Model implements Sortable
71
70
];
72
73
protected $casts = [
74
- 'plan_id' => 'integer',
75
'slug' => 'string',
76
'value' => 'string',
77
'resettable_period' => 'integer',
0 commit comments