APY / APYDataGridBundle

Symfony Datagrid Bundle
MIT License
492 stars 344 forks source link

Fix wrong service definition for grid factory #1103

Closed deguif closed 8 months ago

deguif commented 8 months ago

@npotier do you think it can be merged, as currently the service is broken at least for Symfony 4.4. The constructor was changed but the definition was not updated which leads to errors. I fixed it in our code by overriding the definition but that's hacky.

npotier commented 8 months ago

Hello, it is merged