migrte propel to propel 2
This commit is contained in:
9
core/lib/Thelia/Model/TaxI18nQuery.php
Executable file → Normal file
9
core/lib/Thelia/Model/TaxI18nQuery.php
Executable file → Normal file
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\om\BaseTaxI18nQuery;
|
||||
use Thelia\Model\Base\TaxI18nQuery as BaseTaxI18nQuery;
|
||||
|
||||
|
||||
/**
|
||||
@@ -14,8 +14,7 @@ use Thelia\Model\om\BaseTaxI18nQuery;
|
||||
* application requirements. This class will only be generated as
|
||||
* long as it does not already exist in the output directory.
|
||||
*
|
||||
* @package propel.generator.Thelia.Model
|
||||
*/
|
||||
class TaxI18nQuery extends BaseTaxI18nQuery
|
||||
{
|
||||
}
|
||||
class TaxI18nQuery extends BaseTaxI18nQuery {
|
||||
|
||||
} // TaxI18nQuery
|
||||
|
||||
Reference in New Issue
Block a user