checkIfEmailExists($value); //if it exists, return false! } public function message() { return ctrans('texts.email_already_register'); } private function checkIfEmailExists($email) : bool { return MultiDB::checkUserEmailExists($email); } }