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.