mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
search
This commit is contained in:
@@ -71,9 +71,9 @@ class Library extends Resource
|
||||
ID::make()
|
||||
->sortable(),
|
||||
|
||||
BelongsTo::make(__('Parent'), 'parent', __CLASS__)
|
||||
/*BelongsTo::make(__('Parent'), 'parent', __CLASS__)
|
||||
->searchable()
|
||||
->nullable(),
|
||||
->nullable(),*/
|
||||
|
||||
Text::make('Name')
|
||||
->rules('required', 'string'),
|
||||
|
||||
Reference in New Issue
Block a user