delete propel auto generated files

This commit is contained in:
Manuel Raynaud
2012-12-20 17:59:30 +01:00
parent 856785dc19
commit 6ba59276e1
497 changed files with 173 additions and 251537 deletions

View File

@@ -2,20 +2,8 @@
namespace Thelia\Model;
use Thelia\Model\om\BaseAdminLog;
use Thelia\Model\Base;
/**
* Skeleton subclass for representing a row from the 'admin_log' 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.
*
* @package propel.generator.Thelia.Model
*/
class AdminLog extends BaseAdminLog
class AdminLog extends Base
{
}