/**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     Percent::create(['percent' => 0]);
 }