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 691201c commit 61552b7Copy full SHA for 61552b7
src/Installer.php
@@ -21,7 +21,7 @@ public function getInstallPath(PackageInterface $package)
21
);
22
}
23
24
- return '.php/Pack/'.substr($package->getPrettyName(), 11);
+ return '.php/Pack/'.ucfirst(substr($package->getPrettyName(), 11));
25
26
27
/**
0 commit comments