This commit is contained in:
2025-08-07 21:40:01 +03:00
parent d132832d28
commit 819a305fde
7 changed files with 91 additions and 64 deletions

View File

@@ -27,7 +27,7 @@
*
* @return bool Результат выполнения.
*/
public function Delete (string $table, ConditionBuilder $where): bool
public function Delete (string $table, ConditionBuilder $where = new ConditionBuilder()): bool
{
/**
* Получаю SQL-запрос и параметры для where.