Skip to content
Snippets Groups Projects
Commit 6e80d3a5 authored by colemanw's avatar colemanw
Browse files

Make apiRequst nextId accessible for api4 constructor

parent 4da63d8a
Branches
Tags
No related merge requests found
......@@ -115,4 +115,8 @@ class Request {
return strtolower(\CRM_Utils_String::munge($action));
}
public static function getNextId() {
return self::$nextId++;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment