stwe / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.
355 stars 237 forks source link

Error with doctrine/persistence 2.0.0 #957

Closed ARE2KUSU closed 4 years ago

ARE2KUSU commented 4 years ago

956

ARE2KUSU commented 4 years ago

When adding new use, you need order them alphabetically.

Updated

Seb33300 commented 4 years ago

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