Popraw nazwy kluczy w danych dotyczących godzin otwarcia sklepów
This commit is contained in:
@@ -50,7 +50,7 @@ foreach ($places as $place) {
|
||||
$shopItem['address'] = $shop['address'];
|
||||
}
|
||||
|
||||
if (!empty($shop['openHours'])) {
|
||||
if (!empty($shop['open_hours'])) {
|
||||
$shopItem['openHours'] = $shop['open_hours'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user