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 bc4cb87 commit c345c5b
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 c345c5b

Please sign in to comment.