1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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 * @return Doctrine_Manager this object
*/ */
public function getQueryRegistry(Doctrine_Query_Registry $registry) public function setQueryRegistry(Doctrine_Query_Registry $registry)
{ {
$this->_queryRegistry = $registry; $this->_queryRegistry = $registry;