From 49cef624c809409ac5bc8aa1dc033ab9dd7ee1de Mon Sep 17 00:00:00 2001 From: hsehszroc Date: Thu, 8 Apr 2021 10:39:18 +0545 Subject: [PATCH] REVIEW: protected hook suffix to public --- Includes/Source/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Includes/Source/Container.php b/Includes/Source/Container.php index dbb9be0..0922903 100644 --- a/Includes/Source/Container.php +++ b/Includes/Source/Container.php @@ -104,7 +104,7 @@ class Container { * * @since 2.0 */ - protected $hook_suffix; + public $hook_suffix; /** * Constructor.