mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 23:14:04 +00:00
Rename generateColumnName
This commit is contained in:
parent
5881f13b81
commit
73d7918170
2 changed files with 3 additions and 3 deletions
|
|
@ -140,7 +140,7 @@ trait VirtualColumn
|
|||
];
|
||||
}
|
||||
|
||||
public function generateColumnName(string $column): string
|
||||
public function getColumnForQuery(string $column): string
|
||||
{
|
||||
if (in_array($column, static::getCustomColumns())) {
|
||||
return $column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue