Skip to content

Commit 7b499bb

Browse files
authored
Update Compat6.php
1 parent beea40f commit 7b499bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/behaviour/compat6/src/Extension/Compat6.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function getSubscribedEvents(): array
4444
*/
4545
return [
4646
'onAfterInitialiseDocument' => ['onAfterInitialiseDocument', Priority::HIGH],
47-
'onAfterRoute' => ['onAfterRoute', Priority::HIGH],
47+
'onAfterInitialise' => ['onAfterRoute', Priority::HIGH],
4848
];
4949
}
5050

0 commit comments

Comments
 (0)