From e88daa863b389c1d6a41de866d1e4e0eac0b7664 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Fri, 20 Jan 2023 22:59:09 +0100 Subject: [PATCH] fix --- app/Nova/Lecturer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Nova/Lecturer.php b/app/Nova/Lecturer.php index 5b15f033..6d134049 100644 --- a/app/Nova/Lecturer.php +++ b/app/Nova/Lecturer.php @@ -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),