From 93d919c4fa513f777cdec5398bbf9c527c51bce4 Mon Sep 17 00:00:00 2001 From: Foks <37844753+FoksVHox@users.noreply.github.com> Date: Thu, 17 Dec 2020 12:59:36 +0100 Subject: [PATCH] Update config.php --- config/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.php b/config/config.php index 2ed610e4b..7bccc7bba 100644 --- a/config/config.php +++ b/config/config.php @@ -143,6 +143,8 @@ */ 'commands' => [ Commands\CommandMakeCommand::class, + Commands\ComponentClassMakeCommand::class, + Commands\ComponentViewMakeCommand::class, Commands\ControllerMakeCommand::class, Commands\DisableCommand::class, Commands\DumpCommand::class,