mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
LibraryItemType enum added
This commit is contained in:
@@ -86,7 +86,7 @@ class LibraryItem extends Resource
|
||||
|
||||
BelongsTo::make('Lecturer'),
|
||||
|
||||
BelongsTo::make('Episode')->rules(['nullable']),
|
||||
BelongsTo::make('Episode')->nullable(),
|
||||
|
||||
BelongsToMany::make('Library', 'libraries', Library::class),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user