From 5fa574398c8fab29ee7dfbca2f0d4e647b7a3c55 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:54:49 +1300 Subject: [PATCH] API Update method signature to match parent class (#1262) --- src/Controllers/ElementalAreaController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controllers/ElementalAreaController.php b/src/Controllers/ElementalAreaController.php index 3475b15f..db7a7886 100644 --- a/src/Controllers/ElementalAreaController.php +++ b/src/Controllers/ElementalAreaController.php @@ -255,7 +255,7 @@ public function apiUnpublish(HTTPRequest $request): HTTPResponse /** * Returns configuration required by the client app */ - public function getClientConfig() + public function getClientConfig(): array { $clientConfig = parent::getClientConfig(); $clientConfig['form']['elementForm'] = [