コード例 #1
0
ファイル: Columns.php プロジェクト: vuthaihoc/soa-sentinel
 public function save()
 {
     parent::save();
     $this->all(function ($item) {
         $item->save();
     });
 }