Did you try a composer dump-autoload?
Sep 16, 2015
3
Level 1
Problem Method [isDeferred] does not exist.
I had a working package and needed to split the class into two different controllers. I copied the initial controller to another filename, edited the original class and attempted to run my app. It then appeared that Laravel was still seeing the copied controller file as the original so renamed the class to something completely different so the new controller file would be the class i wanted. After renaming the class it now appears I've got an issue with a method [isDeferred] not being present. I'm assuming its something to do with the controller registration but am getting no where fast!
Many thanks in advance for any insight you can provide.
Please or to participate in this conversation.