コード例 #1
0
 public function getMarketingChannel($id)
 {
     return MarketingChannel::where('id', $id)->orderBy('id', 'asc')->get();
 }