예제 #1
0
파일: Base.php 프로젝트: railsphp/framework
 protected function deleteOrDestroy(array $options = [])
 {
     return $this->transaction(function () use($options) {
         return parent::deleteOrDestroy($options);
     });
 }