setDb(Db::connect()); $validate->extend('mobile', static function ($value): bool { return MalaysiaMobilePhone::isValid((string) $value); }); }); } }