Merge v5
This commit is contained in:
parent
effd1678a5
commit
1506323ff7
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue