Skip to content

Commit aa5e4c8

Browse files
chore: wip
1 parent ff85b34 commit aa5e4c8

26 files changed

+12
-124
lines changed

app/Models/User.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export default {
4141
billable: true,
4242
},
4343

44-
hasOne: ['Post', 'Subscriber'],
45-
hasMany: ['Deployment', 'Subscription', 'PaymentMethod', 'Transaction'],
44+
hasOne: ['Subscriber'],
45+
hasMany: ['Deployment', 'Subscription', 'PaymentMethod', 'Post', 'Transaction'],
4646

4747
belongsToMany: ['Team'],
4848

0 commit comments

Comments
 (0)