Przeglądaj źródła

Address : init phone array

feature/export_comptable
Guillaume 4 lat temu
rodzic
commit
626f23d5ae
1 zmienionych plików z 4 dodań i 0 usunięć
  1. +4
    -0
      ShopBundle/Model/Address.php

+ 4
- 0
ShopBundle/Model/Address.php Wyświetl plik

@@ -100,6 +100,10 @@ abstract class Address extends AbstractEntity
*/
protected $deliveryInfos;

public function __construct()
{
$this->phone = [] ;
}

public function __toString()
{

Ładowanie…
Anuluj
Zapisz