Skip to content

Commit

Permalink
Merge pull request #220 from prhost/patch-1
Browse files Browse the repository at this point in the history
Order boot provider, supports the lang module
  • Loading branch information
gravitano committed Oct 27, 2015
2 parents 8b2a9a8 + e990804 commit 941f6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/stubs/scaffold/provider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class $CLASS$ extends ServiceProvider {
*/
public function boot()
{
$this->registerConfig();
$this->registerTranslations();
$this->registerConfig();
$this->registerViews();
}

Expand Down

0 comments on commit 941f6c8

Please sign in to comment.