mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
type
This commit is contained in:
@@ -111,7 +111,7 @@ class LibraryItem extends Resource
|
||||
Text::make('Name')
|
||||
->rules('required', 'string'),
|
||||
|
||||
Select::make(__('Type'))
|
||||
Select::make(__('Type'), 'type')
|
||||
->options(
|
||||
Options::forEnum(LibraryItemType::class)
|
||||
->toArray()
|
||||
|
||||
Reference in New Issue
Block a user