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 a248cf6 commit 96f09ab
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 @@ -19,6 +19,8 @@
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),

new Extend\Locales(__DIR__.'/locale'),

function (Dispatcher $events) {
$events->subscribe(Listener\AddApiAttributes::class);
$events->subscribe(Listener\CreatePostWhenDiscussionIsStickied::class);
Expand Down
Empty file added locale/.gitkeep
Empty file.

0 comments on commit 96f09ab

Please sign in to comment.