Move query logging into terminate method
This commit is contained in:
parent
d1a1ee55dc
commit
6e44503724
|
|
@ -47,7 +47,7 @@ class QueryLogging
|
||||||
|
|
||||||
public function terminate($request, $response)
|
public function terminate($request, $response)
|
||||||
{
|
{
|
||||||
if (! Ninja::isHosted() || ! config('beacon.enabled')) {
|
if (! Ninja::isHosted() || ! config('beacon.enabled'))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// hide requests made by debugbar
|
// hide requests made by debugbar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue