Skip to content

Commit 9440bf6

Browse files
committed
Rewrite locker API
1 parent 893f056 commit 9440bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Locker/PostgresAdvisoryLockWaitModeEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
*/
2121
enum PostgresAdvisoryLockWaitModeEnum
2222
{
23-
case NonBlocking;
2423
case Blocking;
24+
case NonBlocking;
2525
}

0 commit comments

Comments
 (0)