public function truncate()
 {
     Schema::truncate('users');
 }
 public function truncate()
 {
     Schema::truncate('token');
 }