变更
This commit is contained in:
@@ -309,7 +309,6 @@ class Columns extends Component
|
|||||||
if (empty($column)) {
|
if (empty($column)) {
|
||||||
throw new Exception("The table " . $table . " not exists.");
|
throw new Exception("The table " . $table . " not exists.");
|
||||||
}
|
}
|
||||||
var_dump($column);
|
|
||||||
return $this->columns[$table] = $this->resolve($column, $table);
|
return $this->columns[$table] = $this->resolve($column, $table);
|
||||||
}
|
}
|
||||||
return $this->columns[$table];
|
return $this->columns[$table];
|
||||||
|
|||||||
Reference in New Issue
Block a user