diff --git a/src/Config/Events.php b/src/Config/Events.php index 82831338..4154bf66 100644 --- a/src/Config/Events.php +++ b/src/Config/Events.php @@ -11,3 +11,7 @@ Events::on('pre_system', static function (): void { Namespaces::register(); }); + +Events::on('pre_command', static function (): void { + Namespaces::register(); +});