Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 45435b1

Browse files
committed
Merge branch 'hotfix/zendxml-autoloading'
Add ability to autoload ZendXml namespace from ZF2_PATH.
2 parents b668377 + d1099a8 commit 45435b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init_autoloader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
if ($zf2Path) {
3535
if (isset($loader)) {
3636
$loader->add('Zend', $zf2Path);
37+
$loader->add('ZendXml', $zf2Path);
3738
} else {
3839
include $zf2Path . '/Zend/Loader/AutoloaderFactory.php';
3940
Zend\Loader\AutoloaderFactory::factory(array(

0 commit comments

Comments
 (0)