コード例 #1
0
 public function getById($id)
 {
     return TaxRule::findOrFail($id);
 }