Skip to content

Commit

Permalink
fix: enable hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Feb 26, 2022
1 parent 6e2b7bb commit 7265757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

Kirby::plugin('mauricerenck/indieConnector', [
'options' => require_once(__DIR__ . '/internal/options.php'),
'hooks' => require_once(__DIR__ . '/internal/hooks.php'),
'areas' => require_once(__DIR__ . '/components/areas.php'),
'routes' => [
[
Expand Down

0 comments on commit 7265757

Please sign in to comment.