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 c24db86 commit 32d2e95Copy full SHA for 32d2e95
src/HeroAutoload.php
@@ -23,6 +23,8 @@ public static function handle(string $class)
23
'ZendDeveloperTools\\ProfilerEvent',
24
'Zend\Version\Version',
25
'ZF\MvcAuth\MvcAuthEvent',
26
+ 'Zend\EventManager\GlobalEventManager',
27
+ 'Zend\Session\ValidatorChain',
28
]
29
)) {
30
return;
0 commit comments