mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-01-26 10:23:17 +00:00
createdBy fields added
This commit is contained in:
@@ -63,6 +63,8 @@ class Venue extends Resource
|
||||
|
||||
BelongsTo::make(__('City'), 'city', City::class),
|
||||
|
||||
BelongsTo::make(__('Created By'), 'createdBy', User::class),
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user