What does "Disallow literals in PHQL" mean? I wrote like $artist = Artists::findFirst("name = '$name'"); in many places in my project, but it seems run normally using 1.2.0 without exception. If this would cause an exception, is there a way to disable this feature so that codes written prior to 1.2.0 still compatible? I've read https://docs.phalcon.io/en/latest/reference/phql.html#disabling-literals. and there is no explanation about how to enable/disable this option