1
0
mirror of https://github.com/flarum/core.git synced 2025-08-14 12:24:33 +02:00

Remove a bunch of deprecated events

Use extenders instead!

Refs #1891.
This commit is contained in:
Franz Liedke
2020-04-27 22:04:08 +02:00
parent 7794546845
commit 7d1ef9d891
13 changed files with 6 additions and 467 deletions

View File

@@ -42,8 +42,6 @@ class LocaleServiceProvider extends AbstractServiceProvider
$locales->addLocale($this->getDefaultLocale(), 'Default');
event(new ConfigureLocales($locales));
return $locales;
});