Commit 45f4ec24 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 0f921a8c
...@@ -736,7 +736,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable ...@@ -736,7 +736,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
* @return void * @return void
*/ */
public function unbindAll() public function unbindAll()
{ throw new Exception(); {
$this->bound = array(); $this->bound = array();
$this->relations = array(); $this->relations = array();
$this->boundAliases = array(); $this->boundAliases = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment