This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Address : init phone array
feature/export_comptable
Guillaume
4 years ago
parent
1bf2143699
commit
626f23d5ae
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
+4
-0
ShopBundle/Model/Address.php
+ 4
- 0
ShopBundle/Model/Address.php
View File
@@ -100,6 +100,10 @@ abstract class Address extends AbstractEntity
*/
protected $deliveryInfos;
public function __construct()
{
$this->phone = [] ;
}
public function __toString()
{
Write
Preview
Loading…
Cancel
Save