mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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)
|
||||
{
|
||||
if (! Ninja::isHosted() || ! config('beacon.enabled')) {
|
||||
if (! Ninja::isHosted() || ! config('beacon.enabled'))
|
||||
return;
|
||||
|
||||
// hide requests made by debugbar
|
||||
|
Loading…
x
Reference in New Issue
Block a user