Skip to content

Commit

Permalink
Merge pull request #507 from sampoyigi/fix-package-extra
Browse files Browse the repository at this point in the history
Update TastyIgniterInstaller.php
  • Loading branch information
Seldaek committed Apr 13, 2022
2 parents 72fa13d + 6a30b1c commit 25d9265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Installers/TastyIgniterInstaller.php
Expand Up @@ -20,7 +20,7 @@ class TastyIgniterInstaller extends BaseInstaller
*/
public function inflectPackageVars(array $vars): array
{
$extra = $this->composer->getPackage()->getExtra();
$extra = $this->package->getExtra();

if ($vars['type'] === 'tastyigniter-module') {
return $this->inflectModuleVars($vars);
Expand Down

0 comments on commit 25d9265

Please sign in to comment.