Skip to content

Commit

Permalink
register the module in register method
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravitano committed Jun 11, 2015
1 parent 688eb40 commit 3bda872
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Providers/BootstrapServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class BootstrapServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->app['modules']->register();

$this->app['modules']->boot();
}

Expand All @@ -21,6 +19,6 @@ public function boot()
*/
public function register()
{
//
$this->app['modules']->register();
}
}

0 comments on commit 3bda872

Please sign in to comment.