瀏覽代碼

Merge branch 'develop'

master
Guillaume 4 年之前
父節點
當前提交
700c222455
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      ShopBundle/Controller/CitiesController.php

+ 1
- 0
ShopBundle/Controller/CitiesController.php 查看文件

@@ -44,6 +44,7 @@ class CitiesController extends AbstractController

$return[] = [
'label' => '<span class="city">'.$city->nom.'</span> <span class="zip">'.$codesPostaux[0].'</span>',
'city' => $city->nom,
'value' => $city->code
] ;
}

Loading…
取消
儲存