20250807
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user