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

Use new extender name

This commit is contained in:
Franz Liedke
2018-03-19 01:08:43 +01:00
parent 71ecb164c8
commit 5057f05194

View File

@@ -12,5 +12,5 @@
use Flarum\Extend;
return [
new Extend\Locale(__DIR__)
new Extend\LanguagePack
];