Skip to content

Commit

Permalink
Prefix with colon
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Nov 24, 2023
1 parent 2926257 commit 7f7787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static function modifyConfig(array &$config, string $appType): void
$mutex = Module::getInstance()->getConfig()->useMutex
? Craft::createObject([
'class' => Mutex::class,
'namePrefix' => Module::getInstance()->getConfig()->environmentId,
'namePrefix' => Module::getInstance()->getConfig()->environmentId . ':',
])
: $config['components']['mutex'];

Expand Down

0 comments on commit 7f7787f

Please sign in to comment.