Skip to content

Commit f30e14d

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Models/SubscriptionUsage.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* Laravelcm\Subscriptions\Models\SubscriptionUsage.
1616
*
1717
* @property int $id
18-
* @property int $subscription_id
19-
* @property int $feature_id
2018
* @property int $used
2119
* @property Carbon|null $valid_until
2220
* @property Carbon|null $created_at
@@ -49,8 +47,6 @@ class SubscriptionUsage extends Model
4947
];
5048

5149
protected $casts = [
52-
'subscription_id' => 'integer',
53-
'feature_id' => 'integer',
5450
'used' => 'integer',
5551
'valid_until' => 'datetime',
5652
'deleted_at' => 'datetime',

0 commit comments

Comments
 (0)