webeweb / jquery-datatables-bundle

Integrate jQuery Datatable with Symfony 2 and more
MIT License
8 stars 3 forks source link

Deprecation with Auto-Injection #1

Closed alunasky closed 5 years ago

alunasky commented 5 years ago

User Deprecated: Auto-injection of the container for "WBW\Bundle\JQuery\DataTablesBundle\Controller\DataTablesController" is deprecated since Symfony 4.2. Configure it as a service instead.

This is giving a deprecated call, can this be ignored?

webeweb commented 5 years ago

Hi,

This warning can be ignored. We use this bundle into Symfony 4.2 and it works perfectly.

Best regards