We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4c8ea1 + aa56d72 commit 4b11e53Copy full SHA for 4b11e53
app/Console/Commands/ResetDemo.php
@@ -46,5 +46,7 @@ public function resetDemoData()
46
47
$this->info('Insert Demo Data again');
48
$this->callSilently('laravel-starter:insert-demo-data', ['--no-interaction' => true]);
49
+
50
+ $this->callSilently('cache:clear', ['--no-interaction' => true]);
51
}
52
0 commit comments