mirror of
https://github.com/flarum/core.git
synced 2025-08-16 05:14:20 +02:00
fire -> dispatch
As per Illuminate\Contracts\Events\Dispatcher
This commit is contained in:
@@ -29,7 +29,7 @@ class LocaleServiceProvider extends AbstractServiceProvider
|
||||
|
||||
$locales->addLocale($this->getDefaultLocale(), 'Default');
|
||||
|
||||
$events->fire(new ConfigureLocales($locales));
|
||||
$events->dispatch(new ConfigureLocales($locales));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user