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:
Hank Jordan 2021-05-03 10:28:34 -04:00 committed by GitHub
parent 8fe6d7f75d
commit 1f1501b028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class QuoteHelper {
return $string;
}
if ($string instanceof \Doctrine\DBAL\Schema\Column) {
if ($string instanceof Column) {
return $string->getName();
}