Flarum\Locale\LocaleServiceProvider::boot PHP Méthode

boot() public méthode

public boot ( Illuminate\Contracts\Events\Dispatcher $events )
$events Illuminate\Contracts\Events\Dispatcher
    public function boot(Dispatcher $events)
    {
        $locales = $this->app->make('flarum.localeManager');
        $locales->addLocale($this->getDefaultLocale(), 'Default');
        $events->fire(new ConfigureLocales($locales));
    }