Skip to content

Commit

Permalink
Update extend.php
Browse files Browse the repository at this point in the history
  • Loading branch information
littlegolden authored Aug 21, 2021
1 parent 3e57c19 commit 1ce4e1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),
new Extend\Locales(__DIR__ . '/resources/locale'),
function (Dispatcher $dispatcher) {
$dispatcher->subscribe(Listeners\SaveSettings::class);
},
(new Extend\Event)
->subscribe(Listeners\SaveSettings::class),
(new Extend\Settings())
->serializeToForum('themeName', 'ffans-clipboardjs.theme_name')
->serializeToForum('isCopyEnable', 'ffans-clipboardjs.is_copy_enable', 'boolVal')
Expand Down

0 comments on commit 1ce4e1d

Please sign in to comment.