X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fcommands%2Fhtml%2Fclass_HtmlDoFormCommand.php;h=a9df7aa18634a877d561522549a155fb84704ee3;hb=3ed365cb1808ac8a228da18241e789866f419178;hp=d844e3e51f853019cd73cc2879a8e9c77594fa19;hpb=b002c5909aa0f781505dde5414964b0f014cde01;p=core.git diff --git a/framework/main/classes/commands/html/class_HtmlDoFormCommand.php b/framework/main/classes/commands/html/class_HtmlDoFormCommand.php index d844e3e5..a9df7aa1 100644 --- a/framework/main/classes/commands/html/class_HtmlDoFormCommand.php +++ b/framework/main/classes/commands/html/class_HtmlDoFormCommand.php @@ -15,7 +15,7 @@ use Org\Mxchange\CoreFramework\Response\Responseable; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -38,7 +38,7 @@ class HtmlDoFormCommand extends BaseCommand implements Commandable { * * @return void */ - protected function __construct () { + private function __construct () { // Call parent constructor parent::__construct(__CLASS__); }