Example #1
0
 /**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     Item::truncate();
     $this->createItems();
     $this->deleteSomeItems();
     //        $this->pinSomeItems();
     $this->favouriteSomeItems();
     //        $this->makeSomeItemsUrgent();
     //        $this->giveAlarmsToSomeItems();
     $this->giveANotBeforeValueToSomeItems();
 }