mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-01-24 10:13:18 +00:00
createdBy fields added
This commit is contained in:
@@ -62,6 +62,8 @@ class MeetupEvent extends Resource
|
||||
BelongsTo::make('Meetup')
|
||||
->searchable(),
|
||||
|
||||
BelongsTo::make(__('Created By'), 'createdBy', User::class),
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user