2lenet / EasyAdminPlusBundle

EasyAdminPlusBundle is a Symfony 4 wrapper for the amazing EasyCorp/EasyAdminBundle
MIT License
17 stars 13 forks source link

Can't edit entity #25

Open diriy opened 5 years ago

diriy commented 5 years ago

I could edit objects a couple of weeks ago, but now I can't. When I'm changing some value in field and press "Save", I receive a following error:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Lle\EasyAdminPlusBundle\Controller\AdminController' does not have a method 'preUpdateEntity'

This error reproduces on every entity I want to edit... What can I do with it?