Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
verfriemelt-dot-org committed Jan 13, 2024
1 parent f641fd3 commit b6bbc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _/AbstractKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6bbc11

Please sign in to comment.