diff --git a/_/AbstractKernel.php b/_/AbstractKernel.php index 7ab4dc2..8dc8f93 100644 --- a/_/AbstractKernel.php +++ b/_/AbstractKernel.php @@ -202,7 +202,7 @@ public function loadCommands(string $path, string $pathPrefix, string $namespace { $discovery = $this->container->get(ServiceDiscovery::class); $commands = $discovery->findTags( - "{$this->getProjectPath()}/{$path}", + $path, $pathPrefix, $namespace, Command::class