/**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     Category::rebuild(true);
 }