Skip to content

Commit

Permalink
Fixes migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 27, 2023
1 parent 1575a0e commit 2b0394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JetstreamServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ protected function configurePublishing()
], 'jetstream-config');

$this->publishes([
__DIR__.'/../database/migrations/2014_10_12_000000_create_users_table.php' => database_path('migrations/2014_10_12_000000_create_users_table.php'),
__DIR__.'/../database/migrations/0001_01_01_000000_create_users_table.php' => database_path('migrations/0001_01_01_000000_create_users_table.php'),
], 'jetstream-migrations');

$this->publishes([
Expand Down

0 comments on commit 2b0394b

Please sign in to comment.