X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=framework%2Fmain%2Fclasses%2Foutput%2Fdebug%2Ferror%2Fclass_DebugErrorLogOutput.php;h=974993c0ebe40cc80a75764b53c6ae316f46566b;hb=3ed365cb1808ac8a228da18241e789866f419178;hp=5690466e1eab7e648729466a1d731e328ce24cf2;hpb=79e6029823f993ec7503a399aa2fdbb95aadb2d1;p=core.git diff --git a/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php b/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php index 5690466e..974993c0 100644 --- a/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php +++ b/framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php @@ -36,7 +36,7 @@ class DebugErrorLogOutput extends BaseDebugOutput implements Debugger, OutputStr * * @return void */ - protected function __construct () { + private function __construct () { // Call parent constructor parent::__construct(__CLASS__); }