Skip to content

Commit

Permalink
Merge pull request #63 from nonoesp/master
Browse files Browse the repository at this point in the history
Revert loadMigrationsFrom
  • Loading branch information
nonoesp authored May 4, 2020
2 parents 172b787 + 6f5c542 commit 183a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mpociot/Versionable/Providers/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public function boot()
__DIR__.'/../../../config/config.php' => config_path('versionable.php'),
], 'config');

$this->loadMigrationsFrom(__DIR__.'/../../../migrations');
// $this->loadMigrationsFrom(__DIR__.'/../../../migrations');
}
}

0 comments on commit 183a9f7

Please sign in to comment.