adjust property visibility

master
Jean-Christian Paul Denis 2023-01-16 23:49:39 +01:00
parent 555c9e2b06
commit d8c676a249
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
5 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ use files;
*/ */
class Admin class Admin
{ {
private static $init = false; protected static $init = false;
public static function init(): bool public static function init(): bool
{ {

View File

@ -31,7 +31,7 @@ use Exception;
*/ */
class Config class Config
{ {
private static $init = false; protected static $init = false;
public static function init(): bool public static function init(): bool
{ {

View File

@ -37,7 +37,7 @@ class Install
]]; ]];
// Nothing to change below // Nothing to change below
private static $init = false; protected static $init = false;
public static function init(): bool public static function init(): bool
{ {

View File

@ -45,7 +45,7 @@ class Manage
/** @var Action|null $action Current action module */ /** @var Action|null $action Current action module */
private static $action = null; private static $action = null;
private static $init = false; protected static $init = false;
public static function init(): bool public static function init(): bool
{ {

View File

@ -23,7 +23,7 @@ use Clearbricks;
*/ */
class Prepend class Prepend
{ {
private static $init = false; protected static $init = false;
public static function init(): bool public static function init(): bool
{ {