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.
1 parent 4789760 commit bb1b131Copy full SHA for bb1b131
src/OAuth2ServerServiceProvider.php
@@ -65,7 +65,7 @@ protected function setupMigrations()
65
{
66
$source = realpath(__DIR__.'/../database/migrations/');
67
68
- $this->publishes([$source => base_path('/database/migrations')], 'migrations');
+ $this->publishes([$source => database_path('migrations')], 'migrations');
69
}
70
71
/**
0 commit comments