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 75e5ef0 commit 6a30b1cCopy full SHA for 6a30b1c
src/Composer/Installers/TastyIgniterInstaller.php
@@ -20,7 +20,7 @@ class TastyIgniterInstaller extends BaseInstaller
20
*/
21
public function inflectPackageVars(array $vars): array
22
{
23
- $extra = $this->composer->getPackage()->getExtra();
+ $extra = $this->package->getExtra();
24
25
if ($vars['type'] === 'tastyigniter-module') {
26
return $this->inflectModuleVars($vars);
0 commit comments