Browse Source

Address : init phone array

feature/export_comptable
Guillaume 4 years ago
parent
commit
626f23d5ae
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      ShopBundle/Model/Address.php

+ 4
- 0
ShopBundle/Model/Address.php View File

*/ */
protected $deliveryInfos; protected $deliveryInfos;


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


public function __toString() public function __toString()
{ {

Loading…
Cancel
Save