mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
latlong.net as help text
This commit is contained in:
@@ -53,12 +53,12 @@ class City extends Resource
|
||||
Number::make('Latitude')
|
||||
->rules('required', 'numeric')
|
||||
->step(0.000001)
|
||||
->help('https://latitude.to/lat/47.72671/lng/10.31688'),
|
||||
->help('<a target="_blank" href="https://www.latlong.net/">https://www.latlong.net/</a>'),
|
||||
|
||||
Number::make('Longitude')
|
||||
->rules('required', 'numeric')
|
||||
->step(0.000001)
|
||||
->help('https://latitude.to/lat/47.72671/lng/10.31688'),
|
||||
->help('<a target="_blank" href="https://www.latlong.net/">https://www.latlong.net/</a>'),
|
||||
|
||||
BelongsTo::make('Country'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user