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

Commit 49bc4c9

Browse files
committed
fix issue introduced in 5342682, fixes #48
1 parent 47d1515 commit 49bc4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeneratorProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function boot()
3939
*/
4040
public function register()
4141
{
42-
$this->app->singleton(Generator::class, function ($app) {
42+
$this->app->singleton('vue-i18n.generate', function ($app) {
4343
return new Generator($app['config']['vue-i18n-generator']);
4444
});
4545
}

0 commit comments

Comments
 (0)