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.
4444
4545### Maintaining lock_version during business transactions
4646
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 :
4848``` html
4949<input type =" hidden" name =" lock_version" value =" {{$blogPost->lock_version}}"
5050```
51+
5152
5253So if two authors are editing the same content concurrently,
5354you can keep track of your **Read State**, and ask the second
@@ -146,4 +147,4 @@ Clone the repo, perform a composer install and run:
146147## License
147148
148149The 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