Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndinhbang committed Apr 11, 2023
1 parent 36bb6e3 commit ce3b712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/ForgetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function handle(QueryCache $QueryCache): void

$count = count($keys);

if ($QueryCache->store($store)->forget(...$keys)) {
if ($QueryCache->store($store)->forget($keys)) {
if ($count > 1) {
$this->info("Successfully removed [$count] keys from the [$store] cache store.");
} else {
Expand Down

0 comments on commit ce3b712

Please sign in to comment.