|
@@ -294,7 +294,7 @@ |
|
|
block discarded – undo |
|
294
|
294
|
public function getEntityTableAuditName($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
|
} |
Please login to merge, or discard this patch.