Skip to content

Commit 32d2e95

Browse files
committed
exclude zfray classes
1 parent c24db86 commit 32d2e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/HeroAutoload.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ public static function handle(string $class)
2323
'ZendDeveloperTools\\ProfilerEvent',
2424
'Zend\Version\Version',
2525
'ZF\MvcAuth\MvcAuthEvent',
26+
'Zend\EventManager\GlobalEventManager',
27+
'Zend\Session\ValidatorChain',
2628
]
2729
)) {
2830
return;

0 commit comments

Comments
 (0)