Hi! I have a model of "Users"
it contains the code:
public static function find($parameters = null) { return parent::findFirst($parameters); }
on the way out, I get the error:
Declaration of App\Models\Users::find($parameters = NULL) must be compatible with Phalcon\Mvc\Model::find($parameters = NULL)
where did I go wrong?