diff --git a/app/Nova/Lecturer.php b/app/Nova/Lecturer.php index cfaba191..92571fbf 100644 --- a/app/Nova/Lecturer.php +++ b/app/Nova/Lecturer.php @@ -103,7 +103,6 @@ class Lecturer extends Resource ->rules('nullable', 'string'), Text::make('Twitter username', 'twitter_username') - ->hideFromIndex() ->help(__('Without @')) ->rules('nullable', 'string'),