/**
  * Run the database seeds.
  *
  * @return void
  */
 public function run()
 {
     DB::table('list_notaris')->truncate();
     ListNotaris::create(array('nama_notaris' => 'Velani Mutia W, SH', 'status' => '1', 'registered' => '2015-10-13', 'expired' => '2015-11-13'));
     ListNotaris::create(array('nama_notaris' => 'Sriyati Sartopo Putri, SH', 'status' => '1', 'registered' => '2015-10-13', 'expired' => '2015-11-13'));
 }