From: Coleman Watts Date: Wed, 24 Jan 2018 16:13:02 +0000 (-0500) Subject: Api4 - Update entity directory X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=14b080a8cee1133f4c28ca7689306e3b0aa3e8b7;p=civicrm-core.git Api4 - Update entity directory --- diff --git a/Civi/API/Request.php b/Civi/API/Request.php index 8e08ec810e..d44f769a6b 100644 --- a/Civi/API/Request.php +++ b/Civi/API/Request.php @@ -73,7 +73,7 @@ class Request { return $apiRequest; case 4: - $callable = array("Civi\\Api4\\Entity\\$entity", $action); + $callable = array("Civi\\Api4\\$entity", $action); if (!is_callable($callable)) { throw new Exception\NotImplementedException("API ($entity, $action) does not exist (join the API team and implement it!)"); }