File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ public static function debugger(string $instance = 'default') : Debugger
562
562
*/
563
563
protected static function setDebugger (string $ instance ) : Debugger
564
564
{
565
- $ config = static ::config ()->get ('debugger ' );
565
+ $ config = static ::config ()->get ('debugger ' , $ instance );
566
566
$ service = new Debugger ();
567
567
if (isset ($ config ['debugbar_view ' ])) {
568
568
$ service ->setDebugbarView ($ config ['debugbar_view ' ]);
@@ -605,7 +605,7 @@ public static function exceptionHandler(string $instance = 'default') : Exceptio
605
605
*/
606
606
protected static function setExceptionHandler (string $ instance ) : ExceptionHandler
607
607
{
608
- $ config = static ::config ()->get ('exceptionHandler ' );
608
+ $ config = static ::config ()->get ('exceptionHandler ' , $ instance );
609
609
$ environment = $ config ['environment ' ] ?? ExceptionHandler::PRODUCTION ;
610
610
$ logger = null ;
611
611
if (isset ($ config ['logger_instance ' ])) {
You can’t perform that action at this time.
0 commit comments