Skip to content

Commit e37960f

Browse files
committed
Leave only *Handler API
1 parent a9e0c84 commit e37960f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Postgres/PostgresAdvisoryLocker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function acquireSessionLevelLock(
107107
*
108108
* TODO: Cover with tests
109109
*/
110-
public function withSessionLevelLock(
110+
public function withinSessionLevelLock(
111111
PDO $dbConnection,
112112
PostgresLockKey $postgresLockKey,
113113
callable $callback,

0 commit comments

Comments
 (0)