1
0
mirror of synced 2025-03-21 15:33:51 +03:00

Fixes [ticket:512]

This commit is contained in:
Jonathan.Wage 2007-10-25 14:21:25 +00:00
parent ab597cdf30
commit 1989b099be

View File

@ -714,7 +714,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
* getTable * getTable
* returns the table object for this record * returns the table object for this record
* *
* @return object Doctrine_Table a Doctrine_Table object * @return Doctrine_Table a Doctrine_Table object
*/ */
public function getTable() public function getTable()
{ {