X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fcommands%2Fweb%2Fclass_WebShipsimuRegisterCommand.php;h=0940b79630a8c71dc65494c68983f9b873ef75b6;hp=4fbfdcc5bd8b8100f1c418952168dc4e2dcf5038;hb=b44e5e7347f9a1dbd49b5b47d506a4f6526caf2f;hpb=b941582981610e1e07e1dbb3adb149d4b727808c diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php index 4fbfdcc..0940b79 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php @@ -35,7 +35,7 @@ class WebShipsimuRegisterCommand extends BaseCommand implements Commandable { $this->setObjectDescription("Registration handling command for Ship-Simu"); // Create unique ID number - $this->createUniqueID(); + $this->generateUniqueId(); // Clean up a little $this->removeNumberFormaters();