Skip to content

Commit

Permalink
Fix default clear cache in config
Browse files Browse the repository at this point in the history
  • Loading branch information
howdu committed Mar 12, 2023
1 parent 5bdd64e commit 02bdb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/FilamentClearCacheCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FilamentClearCacheCommand extends Command

public function handle(): int
{
$default_commands = config('filment-clear-cache.default_commands', []);
$default_commands = config('filament-clear-cache.default_commands', []);

foreach ($default_commands as $default_command) {
$this->call($default_command);
Expand Down

0 comments on commit 02bdb92

Please sign in to comment.