File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,11 @@ on your business logic.
44
44
45
45
### Maintaining lock_version during business transactions
46
46
47
- You can keep track of a lock version during a business transaction:
47
+ You can keep track of a lock version during a business transaction by informing your API or HTML client about the current version :
48
48
``` html
49
49
<input type =" hidden" name =" lock_version" value =" {{$blogPost->lock_version}}"
50
50
```
51
+
51
52
52
53
So if two authors are editing the same content concurrently,
53
54
you can keep track of your **Read State**, and ask the second
@@ -146,4 +147,4 @@ Clone the repo, perform a composer install and run:
146
147
## License
147
148
148
149
The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
149
- ense (MIT). Please see License File for more information.
150
+ ense (MIT). Please see License File for more information.
You can’t perform that action at this time.
0 commit comments