LibraryItemType enum added

This commit is contained in:
Benjamin Takats
2022-12-06 20:31:02 +01:00
parent 79a29f071f
commit d37957903e

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),