Skip to content

Commit da5d0d2

Browse files
committed
Update BartenderServiceProvider.php
1 parent 3eaadc2 commit da5d0d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BartenderServiceProvider.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ public function register(): void
2222
*/
2323
public function boot(): void
2424
{
25-
$this->publishesMigrations([
26-
__DIR__.'/../database/migrations' => $this->app->databasePath('migrations'),
27-
]);
25+
$this->publishes([
26+
__DIR__.'/../database/migrations' => database_path('migrations/2024_03_31_000001_add_provider_columns_to_users_table.php'),
27+
], 'bartender-migrations');
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)