omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
262 stars 114 forks source link

Fix symfony 4.4 deprecation notice #163

Closed gpenverne closed 4 years ago

gpenverne commented 4 years ago

In Symfony >= 4.4, this PR will fix warning deprecation message:

The "Doctrine\Bundle\DoctrineBundle\Registry" class implements "Symfony\Bridge\Doctrine\RegistryInterface" that is deprecated since Symfony 4.4, use Doctrine\Persistence\ManagerRegistry instead.

curry684 commented 4 years ago

👍