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

Commit d1099a8

Browse files
committed
Autoload ZendXml from ZF2_PATH
- If ZF2 is installed manually, it's from a tarball, which means that's where ZendXml will live.
1 parent b668377 commit d1099a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)