Update src/Console/ConsoleServiceProvider.php

This commit is contained in:
Daniël Klabbers 2021-05-06 00:35:05 +02:00 committed by GitHub
parent a56c748ad4
commit bddfb5605d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ class ConsoleServiceProvider extends AbstractServiceProvider
}
$this->container->make('flarum.locales')->getTranslator()->getCatalogue(
$this->container->make(SettingsRepositoryInterface::class)->get('default_locale', 'en')
$container->make(SettingsRepositoryInterface::class)->get('default_locale', 'en')
);
}
}