Revert "Merge branch 'cleanmaster' into modules"
This reverts commitd0ff5260f7, reversing changes made to67d0101dbe.
This commit is contained in:
20
core/lib/Thelia/Model/CouponOrderQuery.php
Executable file
20
core/lib/Thelia/Model/CouponOrderQuery.php
Executable file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\CouponOrderQuery as BaseCouponOrderQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Skeleton subclass for performing query and update operations on the 'coupon_order' 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 CouponOrderQuery extends BaseCouponOrderQuery {
|
||||
|
||||
} // CouponOrderQuery
|
||||
Reference in New Issue
Block a user