mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
fix
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user