From 3e00c3fe6055f390e066a99cab6611282e66d10e Mon Sep 17 00:00:00 2001 From: Philipp Stracker Date: Fri, 22 Nov 2024 13:54:03 +0100 Subject: [PATCH] Update modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php Co-authored-by: Narek Zakarian --- modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php b/modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php index c7345148e..f5ee5c39e 100644 --- a/modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php +++ b/modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php @@ -27,7 +27,7 @@ class CommonRestEndpoint extends RestEndpoint { * * @var string */ - protected $rest_base = 'common'; + protected string $rest_base = 'common'; /** * The settings instance.