1
0
mirror of synced 2025-01-18 22:41:43 +03:00

[2.0] Added missing Import of MappingException in XmlDriver

This commit is contained in:
beberlei 2009-12-12 09:44:36 +00:00
parent 4938228234
commit e6a10d36d9

View File

@ -21,7 +21,8 @@
namespace Doctrine\ORM\Mapping\Driver;
use Doctrine\ORM\Mapping\ClassMetadataInfo;
use Doctrine\ORM\Mapping\ClassMetadataInfo,
Doctrine\ORM\Mapping\MappingException;
/**
* XmlDriver is a metadata driver that enables mapping through XML files.