Compare commits

..

No commits in common. "c224a84b3a0ff75f85eb5ce0f6cdc19bcde29116" and "e34463875a2c552b00ee34661b53abaab369faaf" have entirely different histories.

View File

@ -86,7 +86,7 @@ class DBQueryBuilder
if (Environment::hasEnv('SS_TRACE_DB_QUERY_ORIGIN')) {
return (bool) Environment::getEnv('SS_TRACE_DB_QUERY_ORIGIN');
}
return static::config()->get('trace_query_origin') ?? false;
return static::config()->get('trace_query_origin');
}
/**