From aa441d23ac815cf8cbb46135aab1f5b2f6e147ca Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Wed, 18 Jan 2023 18:09:16 +0100 Subject: [PATCH] von --- app/Nova/Lecturer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Nova/Lecturer.php b/app/Nova/Lecturer.php index db8d1c24..8929ef0b 100644 --- a/app/Nova/Lecturer.php +++ b/app/Nova/Lecturer.php @@ -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'),