1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
This commit is contained in:
David Bomba 2022-08-05 11:28:29 +10:00
parent effd1678a5
commit 1506323ff7

View File

@ -35,9 +35,9 @@ class QueryLogging
{ {
// Enable query logging for development // Enable query logging for development
// if (! Ninja::isHosted() || ! config('beacon.enabled')) { if (! Ninja::isHosted() || ! config('beacon.enabled')) {
// return $next($request); return $next($request);
// } }
$timeStart = microtime(true); $timeStart = microtime(true);
DB::enableQueryLog(); DB::enableQueryLog();