diff options
Diffstat (limited to 'createDefaultMapper')
| -rw-r--r-- | createDefaultMapper/mappertemplate | 2 |
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; |
