Update modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php

Co-authored-by: Narek Zakarian <narekzakarian@gmail.com>
This commit is contained in:
Philipp Stracker 2024-11-22 13:54:03 +01:00 committed by GitHub
parent 1ad8127015
commit 3e00c3fe60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ class CommonRestEndpoint extends RestEndpoint {
* *
* @var string * @var string
*/ */
protected $rest_base = 'common'; protected string $rest_base = 'common';
/** /**
* The settings instance. * The settings instance.