mirror of
https://github.com/filp/whoops.git
synced 2026-09-10 17:56:21 +00:00
Merge pull request #664 from Druid33/642_ability_set_own_template_handler
set protected
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user