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 8926eac commit f30e14dCopy full SHA for f30e14d
src/Models/SubscriptionUsage.php
@@ -15,8 +15,6 @@
15
* Laravelcm\Subscriptions\Models\SubscriptionUsage.
16
*
17
* @property int $id
18
- * @property int $subscription_id
19
- * @property int $feature_id
20
* @property int $used
21
* @property Carbon|null $valid_until
22
* @property Carbon|null $created_at
@@ -49,8 +47,6 @@ class SubscriptionUsage extends Model
49
47
];
50
48
51
protected $casts = [
52
- 'subscription_id' => 'integer',
53
- 'feature_id' => 'integer',
54
'used' => 'integer',
55
'valid_until' => 'datetime',
56
'deleted_at' => 'datetime',
0 commit comments