This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 23:27:09 +01:00
parent b789b1de06
commit db19414671
11 changed files with 41 additions and 11 deletions

View File

@@ -96,7 +96,9 @@ class MeetupEvent extends Resource
Text::make('Link')
->hideFromIndex()
->rules('required', 'string'),
->rules('nullable', 'string')
->nullable()
->help(__('For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)')),
BelongsTo::make('Meetup')
->searchable()