diff --git a/src/Mpociot/Versionable/Providers/ServiceProvider.php b/src/Mpociot/Versionable/Providers/ServiceProvider.php index 4756b52..cfb2d35 100644 --- a/src/Mpociot/Versionable/Providers/ServiceProvider.php +++ b/src/Mpociot/Versionable/Providers/ServiceProvider.php @@ -27,6 +27,6 @@ public function boot() __DIR__.'/../../../config/config.php' => config_path('versionable.php'), ], 'config'); - $this->loadMigrationsFrom(__DIR__.'/../../../migrations'); + // $this->loadMigrationsFrom(__DIR__.'/../../../migrations'); } }