twitter_username

This commit is contained in:
Benjamin Takats
2023-01-18 18:15:01 +01:00
parent 4d209a27ee
commit a74befcd11

View File

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