Skip to content

Commit

Permalink
Set default
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Sep 20, 2024
1 parent 760f27d commit 16a13cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelDebugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ public function __toString(): string
}

$renderer = $this->getJavascriptRenderer();
$renderer->setHideEmptyTabs($config->get('debugbar.hide_empty_tabs'));
$renderer->setHideEmptyTabs($config->get('debugbar.hide_empty_tabs', false));
$renderer->setIncludeVendors($config->get('debugbar.include_vendors', true));
$renderer->setBindAjaxHandlerToFetch($config->get('debugbar.capture_ajax', true));
$renderer->setBindAjaxHandlerToXHR($config->get('debugbar.capture_ajax', true));
Expand Down

0 comments on commit 16a13cc

Please sign in to comment.