Hi, in phalcon 1.3 I can easily check if flashSession has any messages.
In volt I would do {% if flash.has('error')%}
I have just installed phalcon 2, and I get an error that has() method does not exist? Is there anything else that I can use instead of has method? Or this is something that is not done yet?