WIP
- Coupon - add rule AJAX
This commit is contained in:
@@ -82,7 +82,7 @@ class CouponRuleCollection
|
||||
*/
|
||||
public function isEmpty()
|
||||
{
|
||||
return isEmpty($this->rules);
|
||||
return (empty($this->rules));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user