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 2cae532 commit 3d4c5b1Copy full SHA for 3d4c5b1
README.md
@@ -147,7 +147,7 @@ There are three possible options for `$mutexTimeout` field:
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.
149
150
-To change this, just override `getMutexName` method in your command:
+To change this, override `getMutexName` method in your command:
151
152
```php
153
class ExampleCommand extends Command
0 commit comments