Boolean field added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-13 19:29:53 +01:00
parent a0cf95d2a0
commit c659c99bee
13 changed files with 51 additions and 13 deletions

View File

@@ -91,7 +91,8 @@ class BitcoinEvent extends Resource
->hideFromIndex(),
Text::make('Link')
->rules('required', 'string'),
->rules('required', 'string')
->hideFromIndex(),
BelongsTo::make(__('Venue'), 'venue', Venue::class)
->searchable()