mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
set timezone
This commit is contained in:
@@ -52,12 +52,12 @@ class City extends Resource
|
||||
|
||||
Number::make('Latitude')
|
||||
->rules('required', 'numeric')
|
||||
->step(0.00001)
|
||||
->step(0.000001)
|
||||
->help('https://latitude.to/lat/47.72671/lng/10.31688'),
|
||||
|
||||
Number::make('Longitude')
|
||||
->rules('required', 'numeric')
|
||||
->step(0.00001)
|
||||
->step(0.000001)
|
||||
->help('https://latitude.to/lat/47.72671/lng/10.31688'),
|
||||
|
||||
BelongsTo::make('Country'),
|
||||
|
||||
Reference in New Issue
Block a user