change stock table name

This commit is contained in:
Manuel Raynaud
2013-07-30 17:06:29 +02:00
parent fb2dfa286f
commit acb05f81dc
46 changed files with 7707 additions and 1483 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\CurrencyI18nQuery as BaseCurrencyI18nQuery;
/**
* Skeleton subclass for performing query and update operations on the 'currency_i18n' 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 CurrencyI18nQuery extends BaseCurrencyI18nQuery
{
} // CurrencyI18nQuery