1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-09-17 22:30:45 +00:00
parent 9d755abc23
commit a63c8fe80a

View File

@ -152,7 +152,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera
*
* @return Doctrine_Manager this object
*/
public function getQueryRegistry(Doctrine_Query_Registry $registry)
public function setQueryRegistry(Doctrine_Query_Registry $registry)
{
$this->_queryRegistry = $registry;