I'm trying to implement the Timestampable behavior in my model using the example given in the documentation https://docs.phalcon.io/en/latest/reference/models.html#timestampable
But the example doesn't work. Anytime you use a closure as an arguement I get an error stating:
Catchable fatal error: Object of class Closure could not be converted to string in file at line number...
Any Ideas?