Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Merge 93d1e40 into e6f813d
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jun 15, 2016
2 parents e6f813d + 93d1e40 commit 76b3372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PHPoole.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ protected function setupGenerators()
->addGenerator(new Alias(), 10)
->addGenerator(new Taxonomy($this->getOptions()), 20)
->addGenerator(new Homepage($this->getOptions()), 30)
->addGenerator(new ExternalBody(), 40)
;
->addGenerator(new ExternalBody(), 40);
}

/**
Expand Down

0 comments on commit 76b3372

Please sign in to comment.