This error is triggered when there is no second parameter in action method in controller classes defined and that particular action is called. I guess it's caused in reflection section when calling methods from within the controller.
Workaround: just set the second paramater as Message $message till it gets fixed
This error is triggered when there is no second parameter in action method in controller classes defined and that particular action is called. I guess it's caused in reflection section when calling methods from within the controller.
Workaround: just set the second paramater as Message $message till it gets fixed