@@ -294,7 +294,7 @@ |
||
294 | 294 | public function getEntityAuditTableName($entity): string |
295 | 295 | { |
296 | 296 | $entityName = \is_string($entity) ? $entity : \get_class($entity); |
297 | - $schema = $this->getClassMetadata($entityName)->getSchemaName() ? $this->getClassMetadata($entityName)->getSchemaName() . '.' : ''; |
|
297 | + $schema = $this->getClassMetadata($entityName)->getSchemaName() ? $this->getClassMetadata($entityName)->getSchemaName().'.' : ''; |
|
298 | 298 | |
299 | 299 | return sprintf('%s%s%s%s', $schema, $this->configuration->getTablePrefix(), $this->getEntityTableName($entityName), $this->configuration->getTableSuffix()); |
300 | 300 | } |