Merge pull request #664 from Druid33/642_ability_set_own_template_handler

set  protected
This commit is contained in:
Denis Sokolov
2020-05-05 15:28:07 +03:00
committed by GitHub
+2 -2
View File
@@ -125,7 +125,7 @@ class PrettyPageHandler extends Handler
/**
* @var TemplateHelper
*/
private $templateHelper;
protected $templateHelper;
/**
* Constructor.
@@ -410,7 +410,7 @@ class PrettyPageHandler extends Handler
}
/**
* Set whether to handle unconditionally.
* Set whether to handle unconditionally.
*
* Allows to disable all attempts to dynamically decide whether to handle
* or return prematurely. Set this to ensure that the handler will perform,