X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fcommands%2Fclass_BaseCommand.php;h=9787fb0b7bbfe0c80c668434aa0c2e17d0c6ade3;hp=cacd73f19698310b4425875fbb869fd4e3b33071;hb=2882b57ca6f372b822f96034ff2fe6aafd7daeb8;hpb=320e7efb2f575d84c2f93be41056bfbc0234e49c diff --git a/framework/main/classes/commands/class_BaseCommand.php b/framework/main/classes/commands/class_BaseCommand.php index cacd73f1..9787fb0b 100644 --- a/framework/main/classes/commands/class_BaseCommand.php +++ b/framework/main/classes/commands/class_BaseCommand.php @@ -31,7 +31,7 @@ use Org\Mxchange\CoreFramework\Response\Responseable; * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class BaseCommand extends BaseFrameworkSystem { +abstract class BaseCommand extends BaseFrameworkSystem { /** * Protected constructor *