Skip to content

Commit

Permalink
Make apiRequst nextId accessible for api4 constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed May 23, 2019
1 parent 4da63d8 commit 054fab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/API/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @package Civi\API
*/
class Request {
private static $nextId = 1;
public static $nextId = 1;

/**
* Create a formatted/normalized request object.
Expand Down

0 comments on commit 054fab3

Please sign in to comment.