Commit 4dd4f193 authored by hujun's avatar hujun

修改

parent 8cad9339
......@@ -19,7 +19,7 @@ class Coupon extends Basic
{
private $m_coupon;
private $m_activity;
public function __construct(?Request $request = null)
public function __construct(Request $request = null)
{
parent::__construct($request);
$this->m_coupon = new CCoupon();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment