Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 8f68e1d

Browse files
committed
updated to version 1.2.0
1 parent bf95897 commit 8f68e1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ $db->replace($data, $statements)
503503
### - Declaración DELETE:
504504

505505
```php
506-
$db->replace($data, $statements)
506+
$db->delete($data, $statements)
507507
->from($table)
508508
->where($clauses, $statements)
509509
->execute();

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ $db->replace($data, $statements)
502502
### - DELETE statement:
503503

504504
```php
505-
$db->replace($data, $statements)
505+
$db->delete($data, $statements)
506506
->from($table)
507507
->where($clauses, $statements)
508508
->execute();

0 commit comments

Comments
 (0)