Удалена ошибочная ссылка на $logFile

This commit is contained in:
Mikhail Chusavitin
2026-01-22 11:21:47 +03:00
parent fcfd785b04
commit 9ac52afb8b

View File

@@ -56,7 +56,6 @@ class DataService
$whereSql
$orderSql
LIMIT :limit OFFSET :offset";
file_put_contents($logFile, "Final SQL: " . preg_replace('/\s+/', ' ', $sql) . "\n\n", FILE_APPEND);
$stmt = $this->pdo->prepare($sql);
foreach ($params as $k => $v) {