Skip to content

Commit

Permalink
API Standardise extension hooks (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Aug 27, 2024
1 parent c1cf2b4 commit b966a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSessionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function init()
{
parent::init();

$this->extend('init');
$this->extend('onInit');

$canAccess = (
!Director::isLive()
Expand Down

0 comments on commit b966a32

Please sign in to comment.