X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FAPI%2FRequest.php;h=feded2985571ebede9423828ebc1cc08a66da39e;hb=707d14a9d26591ae4f0fbc8342445ad31796972e;hp=3c6586c8b2f4f7a4e8d8bcfa0191c71d82fa91c4;hpb=89750f3565a6549cdcf38a1ca2e5266f9dd1639c;p=civicrm-core.git diff --git a/Civi/API/Request.php b/Civi/API/Request.php index 3c6586c8b2..feded29855 100644 --- a/Civi/API/Request.php +++ b/Civi/API/Request.php @@ -26,6 +26,10 @@ */ namespace Civi\API; +/** + * Class Request + * @package Civi\API + */ class Request { private static $nextId = 1;