From 726575793e86a2076d37ddf63c1b6945cde9af7d Mon Sep 17 00:00:00 2001 From: Maurice Renck Date: Sat, 26 Feb 2022 18:38:52 +0100 Subject: [PATCH] fix: enable hooks --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 48217f2..3891392 100644 --- a/index.php +++ b/index.php @@ -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' => [ [