Update lib/private/DB/QueryBuilder/QuoteHelper.php
Signed-off-by: Henry Jordan <hank@henryjordan.com> Co-authored-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
8fe6d7f75d
commit
1f1501b028
|
@ -58,7 +58,7 @@ class QuoteHelper {
|
|||
return $string;
|
||||
}
|
||||
|
||||
if ($string instanceof \Doctrine\DBAL\Schema\Column) {
|
||||
if ($string instanceof Column) {
|
||||
return $string->getName();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue