Merge pull request #3069 from jitendra-webkul/1.0

Issue #2762 fixed
This commit is contained in:
Jitendra Singh 2020-05-15 17:02:57 +05:30 committed by GitHub
commit 782c369e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ class CategoryTableSeeder extends Seeder
{
DB::table('categories')->delete();
DB::table('category_translations')->delete();
$now = Carbon::now();
DB::table('categories')->insert([