Skip to content

Commit 4b11e53

Browse files
authored
Merge pull request #590 from nasirkhan/dev
Dev
2 parents b4c8ea1 + aa56d72 commit 4b11e53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Console/Commands/ResetDemo.php

+2
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ public function resetDemoData()
4646

4747
$this->info('Insert Demo Data again');
4848
$this->callSilently('laravel-starter:insert-demo-data', ['--no-interaction' => true]);
49+
50+
$this->callSilently('cache:clear', ['--no-interaction' => true]);
4951
}
5052
}

0 commit comments

Comments
 (0)