Skip to content

Commit ece528c

Browse files
committed
fix install folder name
1 parent 169bbac commit ece528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataMigrationsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected function registerConfig()
8383
protected function registerFolder()
8484
{
8585
$this->publishes([
86-
__DIR__ . '/../assets/database/migrations_data' => database_path('data_migrations'),
86+
__DIR__ . '/../assets/database/migrations_data' => database_path('migrations_data'),
8787
], 'data-migrations');
8888
}
8989

0 commit comments

Comments
 (0)