Merge v5
This commit is contained in:
parent
effd1678a5
commit
1506323ff7
|
|
@ -35,9 +35,9 @@ class QueryLogging
|
|||
{
|
||||
|
||||
// Enable query logging for development
|
||||
// if (! Ninja::isHosted() || ! config('beacon.enabled')) {
|
||||
// return $next($request);
|
||||
// }
|
||||
if (! Ninja::isHosted() || ! config('beacon.enabled')) {
|
||||
return $next($request);
|
||||
}
|
||||
|
||||
$timeStart = microtime(true);
|
||||
DB::enableQueryLog();
|
||||
|
|
|
|||
Loading…
Reference in New Issue