[2.0] Added missing Import of MappingException in XmlDriver
This commit is contained in:
parent
4938228234
commit
e6a10d36d9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue