diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index e35f9ea..b6a64a4 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -42,7 +42,7 @@ function config_path($path = '') //Publish the migration $this->publishes([ - __DIR__.'/database/migrations/' => database_path('migrations') + __DIR__.'/migrations/' => database_path('migrations') ], 'migrations'); if ($this->app->runningInConsole()) { @@ -63,4 +63,4 @@ public function register() return new LogToDB(); }); } -} \ No newline at end of file +}