Skip to content

Commit

Permalink
REVIEW: protected hook suffix to public
Browse files Browse the repository at this point in the history
  • Loading branch information
hsehszroc committed Apr 8, 2021
1 parent d404143 commit 49cef62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Includes/Source/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Container {
*
* @since 2.0
*/
protected $hook_suffix;
public $hook_suffix;

/**
* Constructor.
Expand Down

0 comments on commit 49cef62

Please sign in to comment.