コード例 #1
0
ファイル: Account.php プロジェクト: xrfind/viewx
 protected function fix($ids)
 {
     Account::whereIn('id', $ids)->delete();
 }