Merge on master
This commit is contained in:
gmorel
2013-09-03 11:02:36 +02:00
parent 6ee99b6cad
commit 19ea6d25df
278 changed files with 261 additions and 4658 deletions

View File

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