Skip to content

Commit 45124d3

Browse files
committed
Run Backyard installer twice to nest resources properly
1 parent d5c8bb2 commit 45124d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Command/InstallPackageCommand.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ protected function execute(InputInterface $input, OutputInterface $output)
173173
$package->save();
174174
$package->install();
175175

176+
// personal hack
177+
// run Backyard installer twice to nest resources properly
178+
if ($sig[0] == 'romanescobackyard' ) {
179+
$package->install();
180+
}
181+
176182
$this->output->writeln("<info>Package $packageSignature successfully installed.</info>");
177183
}
178184

0 commit comments

Comments
 (0)