This commit is contained in:
Benjamin Takats
2023-01-17 22:17:00 +01:00
parent 000397497a
commit 6218d227f4
3 changed files with 5 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ class Meetup extends Resource
->rules('url', 'nullable'),
Text::make(__('Twitter Username'), 'twitter_username')
->help(__('Without @'))
->rules('string', 'nullable'),
BelongsTo::make(__('City'), 'city', City::class)