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

Commit

Permalink
fix issue introduced in 5342682, fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Mar 5, 2018
1 parent 47d1515 commit 49bc4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeneratorProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function boot()
*/
public function register()
{
$this->app->singleton(Generator::class, function ($app) {
$this->app->singleton('vue-i18n.generate', function ($app) {
return new Generator($app['config']['vue-i18n-generator']);
});
}
Expand Down

0 comments on commit 49bc4c9

Please sign in to comment.