Logout procedure rewritten to logout controller and command
[shipsimu.git] / application / ship-simu / main / filter / validator / class_MoneyRefillRequestValidatorFilter.php
index 38309383a9b05e71033748a6d67f06d6e6f6cd3b..632df4344736bca7d7013ef733afb00b385196de 100644 (file)
@@ -58,7 +58,7 @@ class MoneyRefillRequestValidatorFilter extends BaseFrameworkSystem implements F
         * @todo        0% done
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               $this->partialStub("Please implement this method.");
+               $requestInstance->debugInstance();
        }
 }