Skip to content

Commit

Permalink
fix: register namespace on cli
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Jan 22, 2025
1 parent 2ae3e7b commit 3084a0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Config/Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
Events::on('pre_system', static function (): void {
Namespaces::register();
});

Events::on('pre_command', static function (): void {
Namespaces::register();
});

0 comments on commit 3084a0d

Please sign in to comment.