Files
sterivein/core/lib/Thelia/Model/CouponVersionQuery.php
gmorel 73677b7c1a WIP Coupon
Update Coupon Model + SQL
Implementattion Fixtures for Coupon and CouponFactory
2013-08-22 20:02:03 +02:00

21 lines
492 B
PHP

<?php
namespace Thelia\Model;
use Thelia\Model\Base\CouponVersionQuery as BaseCouponVersionQuery;
/**
* Skeleton subclass for performing query and update operations on the 'coupon_version' 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 CouponVersionQuery extends BaseCouponVersionQuery {
} // CouponVersionQuery