X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmain%2Ffactories%2Fclass_BaseFactory.php;fp=inc%2Fclasses%2Fmain%2Ffactories%2Fclass_BaseFactory.php;h=68a856d3958bec8d70fd3fe63291e88447919f43;hb=1f1f351e726dae5d4cd25b46639c2fcaa9e38661;hp=db2611c28913aa784557c8d4b945eda19865cf59;hpb=4505d1aba1901496e8034a8009fe635c05e70648;p=hub.git diff --git a/inc/classes/main/factories/class_BaseFactory.php b/inc/classes/main/factories/class_BaseFactory.php index db2611c28..68a856d39 100644 --- a/inc/classes/main/factories/class_BaseFactory.php +++ b/inc/classes/main/factories/class_BaseFactory.php @@ -37,9 +37,6 @@ class BaseFactory extends BaseFrameworkSystem { // Call parent constructor parent::__construct($class); - // Create unique ID number - $this->createUniqueID(); - // Clean up a little $this->removeNumberFormaters(); $this->removeSystemArray();