This commit is contained in:
Benjamin Takats
2023-01-18 18:09:16 +01:00
parent f053fe3f02
commit aa441d23ac

View File

@@ -104,7 +104,6 @@ class Lecturer extends Resource
->help(__('This is the introduction text that is shown on the landing page.')),
Text::make('Slug')
->hide()
->hideFromIndex()
->rules('required', 'string', 'unique:lecturers,slug'),