/**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     Category::truncate();
     CategoryTranslation::truncate();
     DB::table('category_closure')->truncate();
 }