This commit is contained in:
Benjamin Takats
2023-01-20 22:59:09 +01:00
parent 97974baa8d
commit e88daa863b

View File

@@ -102,10 +102,6 @@ class Lecturer extends Resource
Markdown::make(__('Intro'), 'intro')
->help(__('This is the introduction text that is shown on the landing page.')),
Text::make('Slug')
->hideFromIndex()
->rules('required', 'string', 'unique:lecturers,slug,{{resourceId}}'),
Boolean::make('Active')
->rules('required')
->default(true),