My server configuration environment php7.1.2 phalcon3.2.4
I have a question
In ODM,I used Validator
$this->validate(new PresenceOf( array( 'field' => 'proname', 'message' => 'please type product name', ) ));
have a warning
Function Phalcon\Mvc\Model\Validator::__construct() is deprecated