From 14b080a8cee1133f4c28ca7689306e3b0aa3e8b7 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 24 Jan 2018 11:13:02 -0500 Subject: [PATCH] Api4 - Update entity directory --- Civi/API/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!)"); } -- 2.25.1