X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fclass_WorksContract.php;h=96ce70dfbb59d56b5d4ff25d851f1c206cc7e0e8;hp=cd2f0450937712276cd6003454b166802fa0e11a;hb=11c0ba60cb6c044928f41e93cc98d214b1d8ad7c;hpb=b226bbefe6bc09bcd75432c3c3ba32bf7da45b71 diff --git a/application/ship-simu/main/class_WorksContract.php b/application/ship-simu/main/class_WorksContract.php index cd2f045..96ce70d 100644 --- a/application/ship-simu/main/class_WorksContract.php +++ b/application/ship-simu/main/class_WorksContract.php @@ -440,16 +440,6 @@ class WorksContract extends BaseFrameworkSystem implements SignableContract { // Return total price return $totalPrice; } - - /** - * Stub! - */ - public function saveObjectToDatabase () { - $this->getDebugInstance()->output(sprintf("[%s:] Stub %s erreicht.", - $this->__toString(), - __FUNCTION__ - )); - } } // [EOF]