LibraryItemType enum added

This commit is contained in:
Benjamin Takats
2022-12-06 20:31:02 +01:00
parent 1ee9ef6fd0
commit 7ee02760ed

View File

@@ -86,7 +86,7 @@ class LibraryItem extends Resource
BelongsTo::make('Lecturer'), BelongsTo::make('Lecturer'),
BelongsTo::make('Episode')->rules(['nullable']), BelongsTo::make('Episode')->nullable(),
BelongsToMany::make('Library', 'libraries', Library::class), BelongsToMany::make('Library', 'libraries', Library::class),