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),