コード例 #1
0
ファイル: Base.php プロジェクト: railsphp/framework
 protected function createOrUpdate(array $options = [])
 {
     return $this->transaction(function () use($options) {
         return parent::createOrUpdate($options);
     });
 }