migrte propel to propel 2
This commit is contained in:
9
core/lib/Thelia/Model/OrderStatusQuery.php
Executable file → Normal file
9
core/lib/Thelia/Model/OrderStatusQuery.php
Executable file → Normal file
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\om\BaseOrderStatusQuery;
|
||||
use Thelia\Model\Base\OrderStatusQuery as BaseOrderStatusQuery;
|
||||
|
||||
|
||||
/**
|
||||
@@ -14,8 +14,7 @@ use Thelia\Model\om\BaseOrderStatusQuery;
|
||||
* 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 OrderStatusQuery extends BaseOrderStatusQuery
|
||||
{
|
||||
}
|
||||
class OrderStatusQuery extends BaseOrderStatusQuery {
|
||||
|
||||
} // OrderStatusQuery
|
||||
|
||||
Reference in New Issue
Block a user