We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ec9a5 commit 14b0fd9Copy full SHA for 14b0fd9
src/Help.php
@@ -68,7 +68,7 @@ public function __invoke($resource = STDOUT)
68
// Find relative command path
69
$command = strtr(realpath($this->command) ?: $this->command, [
70
getcwd() . DIRECTORY_SEPARATOR => '',
71
- 'laminascampus' . DIRECTORY_SEPARATOR . 'laminas-composer-autoloading' . DIRECTORY_SEPARATOR => '',
+ 'laminas' . DIRECTORY_SEPARATOR . 'laminas-composer-autoloading' . DIRECTORY_SEPARATOR => '',
72
]);
73
74
$this->helper->writeLine(sprintf(
0 commit comments