Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jun 29, 2024
1 parent 44fe03c commit b471b15
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions system/src/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@
define('HOOK_FILTER_TWIG_RENDER', ++$i);
define('HOOK_FILTER_THEME_FOOTER', ++$i);

const HOOK_FILTERS = [
HOOK_FILTER_TWIG_DISPLAY,
HOOK_FILTER_TWIG_RENDER,
];

const HOOK_FIRST = HOOK_STARTUP;
define('HOOK_LAST', $i);

Expand Down

0 comments on commit b471b15

Please sign in to comment.