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 fb26c2b commit 9003b96Copy full SHA for 9003b96
1 file changed
src/View/Debugbar/VariableCollector.php
@@ -24,5 +24,7 @@ public function useHtmlVarDumper($value = true)
24
if (method_exists(parent::class, 'useHtmlVarDumper')) {
25
return parent::useHtmlVarDumper($value);
26
}
27
+
28
+ return $this;
29
30
0 commit comments