Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Dec 21, 2021
1 parent 2886081 commit 09da8f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/static-generator/src/StaticAppGenerator.php
Expand Up @@ -82,8 +82,7 @@ private function generateHost(string $host): void
$filesystem->remove($staticDir.'~');
$filesystem->mkdir($staticDir.'~');

foreach ($app->get('static_generators') as $k => $generator) { // @phpstan-ignore-line
//dump($generator);
foreach ($app->get('static_generators') as $generator) { // @phpstan-ignore-line
$this->getGenerator(\strval($generator))->generate();
}

Expand Down

0 comments on commit 09da8f3

Please sign in to comment.