summaryrefslogtreecommitdiffstats
path: root/createDefaultMapper/mappertemplate
diff options
context:
space:
mode:
Diffstat (limited to 'createDefaultMapper/mappertemplate')
-rw-r--r--createDefaultMapper/mappertemplate2
1 files changed, 1 insertions, 1 deletions
diff --git a/createDefaultMapper/mappertemplate b/createDefaultMapper/mappertemplate
index 0c36949..62de1eb 100644
--- a/createDefaultMapper/mappertemplate
+++ b/createDefaultMapper/mappertemplate
@@ -23,7 +23,7 @@ class Application_Model_MAPPER
public function getDbTable()
{
if (null === $this->_dbTable) {
- $this->setDbTable('Application_Model_DbTable_Person');
+ $this->setDbTable('Application_Model_DbTable_MODEL');
}
return $this->_dbTable;