File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ public function boot(){
206
206
207
207
if ($ this ->shouldCollect ('db ' , true ) and isset ($ this ->app ['db ' ])){
208
208
$ db = $ this ->app ['db ' ];
209
- if ( $ debugbar ->hasCollector ('time ' ) && $ this ->app ['config ' ]->get ('laravel-debugbar::config.options.db.timeline ' , true )){
209
+ if ( $ debugbar ->hasCollector ('time ' ) && $ this ->app ['config ' ]->get ('laravel-debugbar::config.options.db.timeline ' , false )){
210
210
$ timeCollector = $ debugbar ->getCollector ('time ' );
211
211
}else {
212
212
$ timeCollector = null ;
Original file line number Diff line number Diff line change 108
108
'options ' => array (
109
109
'db ' => array (
110
110
'with_params ' => true , // Render SQL with the parameters substituted
111
- 'timeline ' => true , // Add the queries to the timeline
111
+ 'timeline ' => false , // Add the queries to the timeline
112
112
),
113
113
'mail ' => array (
114
114
'full_log ' => false
You can’t perform that action at this time.
0 commit comments