Skip to content

Commit b75582c

Browse files
committed
.
1 parent 45c010c commit b75582c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/Flush.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Flush extends Command
1010
public function handle()
1111
{
1212
$option = $this->option('model');
13-
13+
1414
if (! $option) {
1515
return $this->flushEntireCache();
1616
}

0 commit comments

Comments
 (0)