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 45c010c commit b75582cCopy full SHA for b75582c
src/Console/Commands/Flush.php
@@ -10,7 +10,7 @@ class Flush extends Command
10
public function handle()
11
{
12
$option = $this->option('model');
13
-
+
14
if (! $option) {
15
return $this->flushEntireCache();
16
}
0 commit comments