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 0394b31 commit fae789cCopy full SHA for fae789c
README.md
@@ -84,7 +84,7 @@ class Foo extends Command
84
## Advanced
85
86
Sometimes it is useful to set common mutex for a several commands. You can easily achieve this by setting them the same mutex name.
87
-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. To change this, just override `getMutexName` method in your command:
88
```php
89
class Foo extends Command
90
{
0 commit comments