You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Fix 'Call to a member function hasChildren() on boolean'
- This seems to occur when the DefaultRenderingStrategy tries to render
a result that is not an instance of Zend\View\Model\ModelInterface, in
my case the result was a boolean true.
- I'm checking for ModelInterface rather than ConsoleModel as the render
method seems to work with any ModelInterface, not just ConsoleModel
0 commit comments