8000 oups. It seems that here, we need \PDO · sun/symfony@e5e3341 · GitHub
[go: up one dir, main page]

Skip to content

Commit e5e3341

Browse files
committed
oups. It seems that here, we need \PDO
1 parent 36d6c40 commit e5e3341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Propel1/Form/ChoiceList/ModelChoiceList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,6 @@ private function getIdentifierValues($model)
372372
*/
373373
private function isInteger($col)
374374
{
375-
return $col->getPdoType() === PDO::PARAM_INT;
375+
return $col->getPdoType() === \PDO::PARAM_INT;
376376
}
377377
}

0 commit comments

Comments
 (0)
0