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 4443d73 commit c3e74a6Copy full SHA for c3e74a6
README.md
@@ -145,7 +145,9 @@ There are three possible options for `$mutexTimeout` field:
145
### Handle several commands
146
147
Sometimes it is useful to set common mutex for several commands. You can easily achieve this by setting them the same mutex name.
148
-By default, mutex name is generated based on a command's name and arguments. To change this, just override `getMutexName` method in your command:
+By default, mutex name is generated based on a command's name and arguments.
149
+
150
+To change this, just override `getMutexName` method in your command:
151
152
```php
153
class ExampleCommand extends Command
0 commit comments