mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Boolean field added
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user