Add the table order_version to Thelia

This commit is contained in:
Guillaume Barral
2014-06-18 14:22:15 +02:00
parent 8aac09ad90
commit 6e9412f3ac
11 changed files with 5592 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\OrderVersion as BaseOrderVersion;
class OrderVersion extends BaseOrderVersion
{
}