mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-03-19 14:18:40 +00:00
createdBy fields added
This commit is contained in:
@@ -75,6 +75,8 @@ class City extends Resource
|
||||
|
||||
HasMany::make(__('Meetups'), 'meetups', Meetup::class),
|
||||
|
||||
BelongsTo::make(__('Created By'), 'createdBy', User::class),
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user