mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-17 16:40:31 +00:00
🔄 Update flag asset paths for cities, venues, and countries across API and tools
This commit is contained in:
@@ -52,7 +52,7 @@ class CityController extends Controller
|
||||
->get()
|
||||
->map(function (City $city) use ($withDetails) {
|
||||
if ($withDetails) {
|
||||
$city->flag = asset('vendor/blade-country-flags/4x3-'.$city->country->code.'.svg');
|
||||
$city->flag = asset('vendor/blade-flags/country-'.$city->country->code.'.svg');
|
||||
}
|
||||
|
||||
return $city;
|
||||
|
||||
Reference in New Issue
Block a user