Selaa lähdekoodia

Address : init phone array

feature/export_comptable
Guillaume 4 vuotta sitten
vanhempi
commit
626f23d5ae
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. +4
    -0
      ShopBundle/Model/Address.php

+ 4
- 0
ShopBundle/Model/Address.php Näytä tiedosto

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

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

public function __toString()
{

Loading…
Peruuta
Tallenna