コード例 #1
0
ファイル: Bar.php プロジェクト: RenZero/HeroEverything
 public function delBar($barid)
 {
     return Bar::findorfail($barid)->delete();
 }