Skip to content

Commit 8b4bcc5

Browse files
authored
Merge pull request #3 from fgibaux/fix-default-folder
fix default folder name
2 parents 169bbac + ece528c commit 8b4bcc5

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)