// Add 2 missing files in override

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8746 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-23 15:10:00 +00:00
parent 4e717fe190
commit af81bc3e23
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
class DbPDO extends DbPDOCore
{
}
+7
View File
@@ -0,0 +1,7 @@
<?php
class DbQuery extends DbQueryCore
{
}