]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/class_
Added command for FUSE feature + implemented execute() a little.
[core.git] / inc / main / classes / commands / class_
index 424f107dc955ea9e8a9be93ab5f8c510fe430499..271a1680fef9cfd8cdeeaacbf47f1fae3b447b24 100644 (file)
@@ -57,6 +57,7 @@ class ???Command extends BaseCommand implements Commandable {
         * @return      void
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
+               $this->partialStub('Unfinished!');
        }
 }