From 9954f712c83c0512ff5b254eef71540f9f50ce69 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Fri, 2 Dec 2022 16:32:29 +0100 Subject: [PATCH] latlong.net as help text --- app/Nova/City.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Nova/City.php b/app/Nova/City.php index 9ec1b678..6698eab8 100644 --- a/app/Nova/City.php +++ b/app/Nova/City.php @@ -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('https://www.latlong.net/'), Number::make('Longitude') ->rules('required', 'numeric') ->step(0.000001) - ->help('https://latitude.to/lat/47.72671/lng/10.31688'), + ->help('https://www.latlong.net/'), BelongsTo::make('Country'),