Skip to content

Commit

Permalink
Update CacheCheck.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyka authored Dec 4, 2023
1 parent a9cc55f commit 48ffec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Checks/CacheCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function canWriteValuesToCache(?string $driver): bool
{
$expectedValue = Str::random(5);

$cacheName = "health:check-{$expectedValue}";
$cacheName = "laravel-health:check-{$expectedValue}";

Cache::driver($driver)->put($cacheName, $expectedValue, 10);

Expand Down

0 comments on commit 48ffec9

Please sign in to comment.