We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beea40f commit 7b499bbCopy full SHA for 7b499bb
plugins/behaviour/compat6/src/Extension/Compat6.php
@@ -44,7 +44,7 @@ public static function getSubscribedEvents(): array
44
*/
45
return [
46
'onAfterInitialiseDocument' => ['onAfterInitialiseDocument', Priority::HIGH],
47
- 'onAfterRoute' => ['onAfterRoute', Priority::HIGH],
+ 'onAfterInitialise' => ['onAfterRoute', Priority::HIGH],
48
];
49
}
50
0 commit comments