Ver código fonte

Address : init phone array

feature/export_comptable
Guillaume 4 anos atrás
pai
commit
626f23d5ae
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      ShopBundle/Model/Address.php

+ 4
- 0
ShopBundle/Model/Address.php Ver arquivo

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

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

public function __toString()
{

Carregando…
Cancelar
Salvar