diff --git a/app/Console/Commands/ResetDemo.php b/app/Console/Commands/ResetDemo.php index b787c1144..35c71788f 100644 --- a/app/Console/Commands/ResetDemo.php +++ b/app/Console/Commands/ResetDemo.php @@ -46,5 +46,7 @@ public function resetDemoData() $this->info('Insert Demo Data again'); $this->callSilently('laravel-starter:insert-demo-data', ['--no-interaction' => true]); + + $this->callSilently('cache:clear', ['--no-interaction' => true]); } }