fixed indentation
This commit is contained in:
parent
fcebb74344
commit
7767091426
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ class SequenceGenerator
|
||||||
{
|
{
|
||||||
return (int) $this->entityManager->getConnection()->executeQuery(
|
return (int) $this->entityManager->getConnection()->executeQuery(
|
||||||
'SELECT MAX(number) FROM '
|
'SELECT MAX(number) FROM '
|
||||||
. $this->entityManager->getClassMetadata(Insert::class)->getTableName()
|
. $this->entityManager->getClassMetadata(Insert::class)->getTableName()
|
||||||
. ' WHERE type = :type',
|
. ' WHERE type = :type',
|
||||||
['type' => $this->inferTypeFromSource($type)]
|
['type' => $this->inferTypeFromSource($type)]
|
||||||
)->fetchAll(\PDO::FETCH_COLUMN)[0];
|
)->fetchAll(\PDO::FETCH_COLUMN)[0];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue