diff --git a/Admin/Updater.php b/Admin/Updater.php index 052f6f9..982771e 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -26,4 +26,11 @@ use phpOMS\Module\UpdaterAbstract; */ final class Updater extends UpdaterAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Models/Tag.php b/Models/Tag.php index 922df9d..6484f06 100755 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -42,7 +42,7 @@ class Tag implements \JsonSerializable * @var string|BaseStringL11n * @since 1.0.0 */ - protected string | BaseStringL11n $title = ''; + public string | BaseStringL11n $title = ''; /** * Color RGBA. diff --git a/Theme/Backend/Components/TagSelector/BaseView.php b/Theme/Backend/Components/TagSelector/BaseView.php index 54ab08e..746ddc0 100755 --- a/Theme/Backend/Components/TagSelector/BaseView.php +++ b/Theme/Backend/Components/TagSelector/BaseView.php @@ -36,7 +36,7 @@ class BaseView extends View * @var string * @since 1.0.0 */ - private string $id = ''; + public string $id = ''; /** * Is required?