[2.0] Fixed wrong class name of XML Mapping Driver
This commit is contained in:
parent
686758e846
commit
d30e8143e5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $config->setQueryCacheImpl($cache);
|
|||
#$config->setMetadataDriverImpl(new \Doctrine\ORM\Mapping\Driver\YamlDriver(__DIR__ . '/yaml'));
|
||||
|
||||
# EXAMPLE FOR XML DRIVER
|
||||
#$config->setMetadataDriverImpl(new \Doctrine\ORM\Mapping\Driver\YamlDriver(__DIR__ . '/xml'));
|
||||
#$config->setMetadataDriverImpl(new \Doctrine\ORM\Mapping\Driver\XmlDriver(__DIR__ . '/xml'));
|
||||
|
||||
$eventManager = new \Doctrine\Common\EventManager();
|
||||
$connectionOptions = array(
|
||||
|
|
Loading…
Add table
Reference in a new issue