Skip to content

Commit 2b0394b

Browse files
committed
Fixes migrations
1 parent 1575a0e commit 2b0394b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JetstreamServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected function configurePublishing()
107107
], 'jetstream-config');
108108

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

113113
$this->publishes([

0 commit comments

Comments
 (0)