Skip to content

Commit

Permalink
Merge pull request #3069 from jitendra-webkul/1.0
Browse files Browse the repository at this point in the history
Issue #2762 fixed
  • Loading branch information
jitendra-webkul committed May 15, 2020
2 parents 2deb7aa + 61a585c commit 782c369
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -12,6 +12,8 @@ public function run()
{
DB::table('categories')->delete();

DB::table('category_translations')->delete();

$now = Carbon::now();

DB::table('categories')->insert([
Expand Down

0 comments on commit 782c369

Please sign in to comment.