remove unused classes

This commit is contained in:
Manuel Raynaud
2013-09-18 10:54:22 +02:00
parent e7fa896866
commit 41f7b817c6
2 changed files with 0 additions and 29 deletions

View File

@@ -1,9 +0,0 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\CouponRule as BaseCouponRule;
class CouponRule extends BaseCouponRule {
}

View File

@@ -1,20 +0,0 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\CouponRuleQuery as BaseCouponRuleQuery;
/**
* Skeleton subclass for performing query and update operations on the 'coupon_rule' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class CouponRuleQuery extends BaseCouponRuleQuery {
} // CouponRuleQuery