File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Prevents overlapping for Laravel console commands.
1919- [ Usage] ( #usage )
2020- [ Strategies] ( #strategies )
2121- [ Advanced] ( #advanced )
22- - [ Common mutexes] ( #common-mutexes )
2322 - [ Mutex timeout] ( #mutex-timeout )
23+ - [ Mutex for several commands] ( #mutex-for-several-commands )
2424- [ Troubleshooting] ( #troubleshooting )
2525 - [ Trait included, but nothing happens?] ( #trait-included-but-nothing-happens )
2626 - [ Several traits conflict?] ( #several-traits-conflict )
@@ -100,7 +100,7 @@ class MyProtectedCommand extends Command
100100
101101# # Advanced
102102
103- # ## Common mutexes
103+ # ## Mutex for several commands
104104
105105Sometimes it is useful to set common mutex for a several commands. You can easily achieve this by setting them the same mutex name.
106106By default, mutex name is generated based on a command' s name and arguments. To change this, just override `getMutexName` method in your command:
You can’t perform that action at this time.
0 commit comments