This commit is contained in:
2023-02-06 14:08:38 +08:00
parent 3c73bc89ba
commit 5cc86e0f0c
+1
View File
@@ -309,6 +309,7 @@ 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];