We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efe4092 + 143b30e commit a6befbaCopy full SHA for a6befba
src/ServiceProvider.php
@@ -42,7 +42,7 @@ function config_path($path = '')
42
43
//Publish the migration
44
$this->publishes([
45
- __DIR__.'/database/migrations/' => database_path('migrations')
+ __DIR__.'/migrations/' => database_path('migrations')
46
], 'migrations');
47
48
if ($this->app->runningInConsole()) {
@@ -63,4 +63,4 @@ public function register()
63
return new LogToDB();
64
});
65
}
66
-}
+}
0 commit comments