Dear, I get an error when using query model Deprecated: Function Phalcon\Mvc\Model\Criteria::order() is deprecated in F:\xampp\htdocs\fmv2\app\controllers\DiscussionsController.php on line 83**
$this->view->categoriesLevel1 = Categories::query()
                ->where("type_cat = 1")
                ->andWhere("level = 1")
                ->bind(array())
                ->order("number_posts DESC, name")
                ->execute();How to fix??