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 b085c4a commit e78f622Copy full SHA for e78f622
src/Console/Commands/HooksCacheCommand.php
@@ -14,9 +14,7 @@ class HooksCacheCommand extends Command
14
public function handle(): int
15
{
16
HookManager::createCache();
17
- if (HookManager::isCached()) {
18
- $this->components->info('Hooks cached successfully.');
19
- }
+ $this->components->info('Hooks cached successfully.');
20
21
return self::SUCCESS;
22
}
0 commit comments