mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
english_name added
This commit is contained in:
@@ -83,7 +83,9 @@ class City extends Resource
|
|||||||
->step(0.000001)
|
->step(0.000001)
|
||||||
->help('<a target="_blank" href="https://www.latlong.net/">https://www.latlong.net/</a>'),
|
->help('<a target="_blank" href="https://www.latlong.net/">https://www.latlong.net/</a>'),
|
||||||
|
|
||||||
BelongsTo::make(__('Country'), 'country', Country::class),
|
BelongsTo::make(__('Country'), 'country', Country::class)
|
||||||
|
->searchable()
|
||||||
|
->withSubtitles(),
|
||||||
|
|
||||||
HasMany::make(__('Venues'), 'venues', Venue::class),
|
HasMany::make(__('Venues'), 'venues', Venue::class),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user