diff --git a/app/Services/Geocoder/Geocoder.php b/app/Services/Geocoder/Geocoder.php index 459cffae..133869cb 100644 --- a/app/Services/Geocoder/Geocoder.php +++ b/app/Services/Geocoder/Geocoder.php @@ -3,7 +3,6 @@ namespace App\Services\Geocoder; use App\Exceptions\InvalidAddressGeocodingException; -use App\Services\Geocoder\GeocoderResponse; use Illuminate\Support\Facades\Http; class Geocoder diff --git a/app/Services/Geocoder/GeocoderResponse.php b/app/Services/Geocoder/GeocoderResponse.php index 5596b31e..0e6e4a56 100644 --- a/app/Services/Geocoder/GeocoderResponse.php +++ b/app/Services/Geocoder/GeocoderResponse.php @@ -6,9 +6,7 @@ class GeocoderResponse { - public function __construct(protected $response) - { - } + public function __construct(protected $response) {} public function getCoordinates(): Coordinates {