Skip to content

Commit d52417e

Browse files
committed
add custom driver to command
1 parent 0932920 commit d52417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/CacheUiLaravelCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private function getCacheKeys(): array
107107
{
108108
return match ($this->driver) {
109109
'redis' => $this->getRedisKeys(),
110-
'file' => $this->getFileKeys(),
110+
'file', 'key-aware-file' => $this->getFileKeys(),
111111
'database' => $this->getDatabaseKeys(),
112112
'array' => $this->getArrayKeys(),
113113
default => $this->handleUnsupportedDriver()

0 commit comments

Comments
 (0)