Commit eb3c6866 by Alexander Makarov

Removed unused variable

parent a78ff145
......@@ -111,7 +111,7 @@ abstract class Schema extends Object
return $this->_tables[$name] = $table;
}
}
return $this->_tables[$name] = $table = $this->loadTableSchema($realName);
return $this->_tables[$name] = $this->loadTableSchema($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