Skip to content

Commit 38828d2

Browse files
author
Reza Shadman
committed
Fix docs
1 parent e26a7a0 commit 38828d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Then you are ready to go, if the same resource is edited by two
3535
different processes **CONCURRENTLY** then the following exception
3636
will be raised:
3737

38-
```
38+
```php
3939
<?php
40-
\Reshadman\OptimisticLocking\StaleModelLockingException::class
40+
\Reshadman\OptimisticLocking\StaleModelLockingException::class;
4141
```
4242

4343
You should catch the above exception and act properly based

0 commit comments

Comments
 (0)