Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa.seef-aldeen committed Aug 22, 2023
2 parents 473e7de + 908bb9e commit 6ec0527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ return ArrayUtils::merge(
// here you can overload the default Values .as example add doctrine collector or fileStorage
'debugbar' => [
'disable' => false,
'captureAjax' => true,
'collectors' => [
DoctrineCollector::class,
],
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getConfig(): array
{
return [
'disable' => false,
'captureAjax' => true,
'captureAjax' => false,
'inline' => false,
'collectors' => [
ConfigCollector::class,
Expand Down

0 comments on commit 6ec0527

Please sign in to comment.