[2.0] Added missing Import of MappingException in XmlDriver
This commit is contained in:
parent
4938228234
commit
e6a10d36d9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user