This commit is contained in:
2023-02-06 14:10:54 +08:00
parent 5cc86e0f0c
commit 728b253c0b
-1
View File
@@ -309,7 +309,6 @@ class Columns extends Component
if (empty($column)) {
throw new Exception("The table " . $table . " not exists.");
}
var_dump($column);
return $this->columns[$table] = $this->resolve($column, $table);
}
return $this->columns[$table];