mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 08:54:34 -04:00
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…
x
Reference in New Issue
Block a user