Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnymark committed Mar 16, 2023
1 parent 934efe0 commit 200df30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
'hooks' => [
'page.create:before' => require __DIR__ . '/hooks/page-create-before.php',
'page.changeSlug:before' => require __DIR__ . '/hooks/page-changeSlug-before.php',
'page.changeSlug:before' => require __DIR__ . '/hooks/page-changeslug-before.php',
],
'translations' => [
'en' => [
Expand Down

0 comments on commit 200df30

Please sign in to comment.