Skip to content

Commit

Permalink
Update TastyIgniterInstaller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Apr 9, 2022
1 parent 75e5ef0 commit 6a30b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Installers/TastyIgniterInstaller.php
Original file line number Diff line number Diff line change
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 6a30b1c

Please sign in to comment.