X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fpoints%2Fclass_UserPoints.php;h=e6ef4abe681f51636bf872486dd7509d9aa0cdf0;hb=3ed365cb1808ac8a228da18241e789866f419178;hp=94c8e991c2151312fbcb928a44adbc596cfc2e13;hpb=364ccbef3ec6f786d206c3423b5cf6a724ad732e;p=core.git diff --git a/framework/main/classes/points/class_UserPoints.php b/framework/main/classes/points/class_UserPoints.php index 94c8e991..e6ef4abe 100644 --- a/framework/main/classes/points/class_UserPoints.php +++ b/framework/main/classes/points/class_UserPoints.php @@ -50,7 +50,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo * * @return void */ - protected function __construct () { + private function __construct () { // Call parent constructor parent::__construct(__CLASS__); }