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:
@@ -51,7 +51,7 @@ class VenueController extends Controller
|
||||
)
|
||||
->get()
|
||||
->map(function (Venue $venue) {
|
||||
$venue->flag = asset('vendor/blade-country-flags/4x3-'.$venue->city->country->code.'.svg');
|
||||
$venue->flag = asset('vendor/blade-flags/country-'.$venue->city->country->code.'.svg');
|
||||
$venue->description = $venue->city->name.', '.$venue->street;
|
||||
|
||||
return $venue;
|
||||
|
||||
Reference in New Issue
Block a user