We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26a7a0 commit 38828d2Copy full SHA for 38828d2
README.md
@@ -35,9 +35,9 @@ Then you are ready to go, if the same resource is edited by two
35
different processes **CONCURRENTLY** then the following exception
36
will be raised:
37
38
-```
+```php
39
<?php
40
-\Reshadman\OptimisticLocking\StaleModelLockingException::class
+\Reshadman\OptimisticLocking\StaleModelLockingException::class;
41
```
42
43
You should catch the above exception and act properly based
0 commit comments