Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jul 25, 2019
1 parent f1b4ff1 commit 7a96267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ public function onPostAutoloadDump(Event $event)
$this->builder->buildAllConfigs($this->files);

$save = $this->files;
foreach ($this->alternatives as $alt => $files) {
foreach ($this->alternatives as $name => $files) {
$this->files = $save;
$builder = $this->builder->createAlternative($alt);
$builder = $this->builder->createAlternative($name);
$this->addFiles($this->rootPackage, $files);
$builder->buildAllConfigs($this->files);
}
Expand Down

0 comments on commit 7a96267

Please sign in to comment.