This website works better with JavaScript.
首頁
探索
說明
登入
Laclic
/
LcShopBundle
關註
3
收藏
2
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Address : init phone array
feature/export_comptable
Guillaume
4 年之前
父節點
1bf2143699
當前提交
626f23d5ae
共有
1 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
顯示文件統計
+4
-0
ShopBundle/Model/Address.php
+ 4
- 0
ShopBundle/Model/Address.php
查看文件
@@ -100,6 +100,10 @@ abstract class Address extends AbstractEntity
*/
protected $deliveryInfos;
public function __construct()
{
$this->phone = [] ;
}
public function __toString()
{
Write
Preview
Loading…
取消
儲存