From d30e8143e5e028cb5e9a1c47385278613140fcb5 Mon Sep 17 00:00:00 2001 From: guilhermeblanco Date: Sun, 6 Sep 2009 03:53:35 +0000 Subject: [PATCH] [2.0] Fixed wrong class name of XML Mapping Driver --- tools/sandbox/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sandbox/config.php b/tools/sandbox/config.php index de6758baa..12532c86e 100644 --- a/tools/sandbox/config.php +++ b/tools/sandbox/config.php @@ -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(