Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 21552b0

Browse files
committed
merging the base config by default
1 parent c1484e3 commit 21552b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GeneratorProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ public function boot()
3030
__DIR__.'/config/vue-i18n-generator.php' => config_path('vue-i18n-generator.php'),
3131
]);
3232

33+
$this->mergeConfigFrom(
34+
__DIR__.'/config/vue-i18n-generator.php',
35+
'vue-i18n-generator'
36+
);
3337
}
3438

3539
/**

0 commit comments

Comments
 (0)