This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
CaracoleBundle
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
AddressFactory : suppression setMerchant()
develop
Guillaume Bourgeois
1 year ago
parent
4527b4c9b6
commit
8cad742b45
1 changed files
with
0 additions
and
3 deletions
Split View
Show Diff Stats
+0
-3
Factory/Address/AddressFactory.php
+ 0
- 3
Factory/Address/AddressFactory.php
View File
@@ -15,9 +15,6 @@ class AddressFactory extends AbstractFactory
$class = AddressContainer::getEntityFqcn();
$address = new $class;
$address->setMerchant($merchant);
return $address;
}
}
Write
Preview
Loading…
Cancel
Save