Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
fixes transaction method name
  • Loading branch information
rodber authored and dg committed Aug 5, 2023
1 parent a0003f8 commit 934e389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ $database->query('INSERT INTO users', [
There are three methods for dealing with transactions:

```php
$database->beginTransaction();
$database->begin();

$database->commit();

Expand Down

0 comments on commit 934e389

Please sign in to comment.