// Add skeleton core classes in override/classes

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8065 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-16 09:49:28 +00:00
parent 21ca4d15d7
commit f0be4af34e
128 changed files with 896 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
abstract class ModuleGraphEngine extends ModuleGraphEngineCore
{
}