This commit is contained in:
Benjamin Takats
2023-01-25 17:05:24 +01:00
parent a72fe0dd2a
commit 63a826a80c

View File

@@ -103,7 +103,6 @@ class Lecturer extends Resource
->rules('nullable', 'string'), ->rules('nullable', 'string'),
Text::make('Twitter username', 'twitter_username') Text::make('Twitter username', 'twitter_username')
->hideFromIndex()
->help(__('Without @')) ->help(__('Without @'))
->rules('nullable', 'string'), ->rules('nullable', 'string'),