Skip to content

Commit

Permalink
Fixed #86
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Jul 8, 2015
1 parent d1ffee0 commit e3a5904
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function fire()
$modules = $this->module->all();
$modules = $modules->reverse();
} else {
$modules = array_reverse($this->module->enabled());
$modules = $this->module->enabled()->reverse();
}

foreach ($modules as $module) {
Expand Down

0 comments on commit e3a5904

Please # to comment.