Skip to content

Commit

Permalink
Fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 15, 2023
1 parent 3d7c9d0 commit 6cf96c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -578,7 +578,7 @@ rows while you send new commands to the database server. This only works on
separate connections, not on the same.

To wrap all delete/insert/update operations into a transaction, you must use
the [`transaction()`](#dbtransaction) method of the [DB schema]() object:
the [`transaction()`](#dbtransaction) method of the [database](#database) object:

```php
$this->db()->transaction( function( $db ) {
Expand Down

0 comments on commit 6cf96c1

Please sign in to comment.