Skip to content

Commit 6a30b1c

Browse files
authored
Update TastyIgniterInstaller.php
1 parent 75e5ef0 commit 6a30b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Composer/Installers/TastyIgniterInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TastyIgniterInstaller extends BaseInstaller
2020
*/
2121
public function inflectPackageVars(array $vars): array
2222
{
23-
$extra = $this->composer->getPackage()->getExtra();
23+
$extra = $this->package->getExtra();
2424

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

0 commit comments

Comments
 (0)