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 6a17421 commit 40c1b06Copy full SHA for 40c1b06
src/Checks/Checks/PingCheck.php
@@ -172,6 +172,6 @@ protected function failedResult(): Result
172
173
protected function getCacheKey(): string
174
{
175
- return $this->cacheKeyPrefix . ':' . Str::slug($this->getName()) . ':firstFailureAt';
+ return $this->cacheKeyPrefix.':'.Str::slug($this->getName()).':firstFailureAt';
176
}
177
0 commit comments