예제 #1
0
파일: Account.php 프로젝트: xrfind/viewx
 protected function fix($ids)
 {
     Account::whereIn('id', $ids)->delete();
 }