From 707bf78d18eafdb93e868d182e2f1cf16907b310 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Sat, 17 Dec 2022 19:15:27 +0100 Subject: [PATCH] country select --- app/Nova/City.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Nova/City.php b/app/Nova/City.php index dd531af7..0bfe9f6e 100644 --- a/app/Nova/City.php +++ b/app/Nova/City.php @@ -83,9 +83,7 @@ class City extends Resource ->step(0.000001) ->help('https://www.latlong.net/'), - BelongsTo::make(__('Country'), 'country', Country::class) - ->searchable() - ->withSubtitles(), + BelongsTo::make(__('Country'), 'country', Country::class), HasMany::make(__('Venues'), 'venues', Venue::class),