mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-18 04:50:30 +00:00
🔄 Update flag asset paths for cities, venues, and countries across API and tools
This commit is contained in:
@@ -32,7 +32,7 @@ class ListCountriesTool extends Tool
|
||||
->limit(10)
|
||||
->get()
|
||||
->map(function (Country $country) {
|
||||
$country->flag = asset('vendor/blade-country-flags/4x3-'.$country->code.'.svg');
|
||||
$country->flag = asset('vendor/blade-flags/country-'.$country->code.'.svg');
|
||||
|
||||
return $country;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user