Skip to content

Commit

Permalink
API Standardise extension hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 18, 2024
1 parent bc1639b commit 9aacaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/RequirementsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RequirementsExtension extends Extension
/**
* @see LeftAndMain::init()
*/
public function init()
protected function onInit()
{
// As requirements for this module are dynamic - plugin methods apply their own requirements - we need to
// include these requirements at run-time (opposed to using $extra_requirements_*)
Expand Down

0 comments on commit 9aacaca

Please sign in to comment.