Skip to content

Commit

Permalink
Forgot to remove migration service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Oct 5, 2016
1 parent 2239dd5 commit 9bfc9ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ModulesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public function register()
$this->app->register(ConsoleServiceProvider::class);
$this->app->register(GeneratorServiceProvider::class);
$this->app->register(HelperServiceProvider::class);
$this->app->register(MigrationServiceProvider::class);
$this->app->register(RepositoryServiceProvider::class);

$this->app->singleton('modules', function ($app) {
Expand Down

0 comments on commit 9bfc9ec

Please sign in to comment.