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 86e7bf4 commit 82a6bc3Copy full SHA for 82a6bc3
packages/cache/src/Commands/CacheStatusCommand.php
@@ -38,7 +38,7 @@ public function __construct(
38
public function __invoke(bool $internal = true): void
39
{
40
if (! $this->container instanceof GenericContainer) {
41
- $this->console->error('Clearing caches is only available when using the default container.');
+ $this->console->error('Checking cache status is only available when using the default container.');
42
return;
43
}
44
0 commit comments