Commit 0e806330 by Alexander Makarov

Removed unused variable

parent eb3c6866
...@@ -146,7 +146,7 @@ class Schema extends Object ...@@ -146,7 +146,7 @@ class Schema extends Object
return $this->_indexes[$name] = $index; return $this->_indexes[$name] = $index;
} }
} }
return $this->_indexes[$name] = $index = $this->loadIndexSchema($realName); return $this->_indexes[$name] = $this->loadIndexSchema($realName);
} }
/** /**
......
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