Skip to content

Commit

Permalink
Merge pull request #590 from nasirkhan/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
nasirkhan committed May 16, 2024
2 parents b4c8ea1 + aa56d72 commit 4b11e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Console/Commands/ResetDemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}
}

0 comments on commit 4b11e53

Please sign in to comment.