Closed ARE2KUSU closed 4 years ago
When adding new
use
, you need order them alphabetically.
Updated
Looking in the doctrine code: https://github.com/doctrine/persistence/blob/1.4.x/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
The
ClassMetadata
class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use\Doctrine\Persistence\Mapping\ClassMetadata
instead.
I think you used the wrong namespace
956