Skip to content

Commit c528193

Browse files
committed
ICM: Example simplified.
1 parent cc4f92a commit c528193

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ class Foo extends Command
9292
9393
public function getMutexName()
9494
{
95-
$foo = $this->argument('foo');
96-
return "icmutex-anything-you-need-here-{$foo}";
95+
return "icmutex-custom-name";
9796
}
9897
9998
// ...

0 commit comments

Comments
 (0)