We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beab878 commit 6d581d8Copy full SHA for 6d581d8
system/Debug/Exceptions.php
@@ -85,7 +85,7 @@ public function __construct(ExceptionsConfig $config, $request, ResponseInterfac
85
$this->ob_level = ob_get_level();
86
$this->viewPath = rtrim($config->errorViewPath, '\\/ ') . DIRECTORY_SEPARATOR;
87
88
- $this->config = $config;
+ $this->config = $config;
89
90
// workaround for upgraded users
91
// This causes "Deprecated: Creation of dynamic property" in PHP 8.2.
0 commit comments