mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
createdBy fields added
This commit is contained in:
@@ -95,6 +95,8 @@ class LibraryItem extends Resource
|
||||
|
||||
BelongsToMany::make(__('Library'), 'libraries', Library::class),
|
||||
|
||||
BelongsTo::make(__('Created By'), 'createdBy', User::class),
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user