[ "required", "integer", Rule::exists("users")->where(function ($query) use ($that) { $query->where("id", $that->route("id")); }), ] ]; } }