소스 검색

Address : init phone array

feature/export_comptable
Guillaume 4 년 전
부모
커밋
626f23d5ae
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +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()
{

Loading…
취소
저장