mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:03:38 +08:00
Add empty locale extender to clear cache properly on enable/disable.
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
This commit is contained in:
parent
78c32ed654
commit
4d10a5663f
@ -24,6 +24,8 @@ return [
|
||||
(new Extend\Frontend('admin'))
|
||||
->js(__DIR__.'/js/dist/admin.js'),
|
||||
|
||||
new Extend\Locales(__DIR__.'/locale'),
|
||||
|
||||
function (Dispatcher $events, Container $container) {
|
||||
$container->bind(Akismet::class, function ($app) {
|
||||
$settings = $app->make(SettingsRepositoryInterface::class);
|
||||
|
0
extensions/akismet/locale/.gitkeep
Normal file
0
extensions/akismet/locale/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user