コード例 #1
0
ファイル: Incentive.php プロジェクト: OsmelGerardoMena/vest
 public static function filterIncentives($award, $product_id)
 {
     return Incentive::name($award)->productid($product_id)->simplePaginate(5);
 }