Skip to content

Commit a6befba

Browse files
authored
Merge pull request #34 from Manriel/patch-1
Service Provider
2 parents efe4092 + 143b30e commit a6befba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function config_path($path = '')
4242

4343
//Publish the migration
4444
$this->publishes([
45-
__DIR__.'/database/migrations/' => database_path('migrations')
45+
__DIR__.'/migrations/' => database_path('migrations')
4646
], 'migrations');
4747

4848
if ($this->app->runningInConsole()) {
@@ -63,4 +63,4 @@ public function register()
6363
return new LogToDB();
6464
});
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)