Skip to content

Commit

Permalink
Add empty locale extender to clear cache properly on enable/disable.
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed Jun 20, 2020
1 parent 2a85379 commit ff57f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
(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);
Expand Down
Empty file added locale/.gitkeep
Empty file.

0 comments on commit ff57f41

Please sign in to comment.