Skip to content

Commit 11e2348

Browse files
Correct SqlLogger spelling
Co-authored-by: Karsten Dambekalns <[email protected]>
1 parent 68aae78 commit 11e2348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Neos.Flow/Classes/Persistence/Doctrine/EntityManagerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function emitAfterDoctrineEntityManagerCreation(Configuration $config, En
162162
protected function enableSqlLogger(string $configuredSqlLogger, Configuration $doctrineConfiguration): Configuration
163163
{
164164
$sqlLoggerInstance = $this->objectManager->get($configuredSqlLogger);
165-
if (!$sqlLoggerInstance instanceof SQLLogger) {
165+
if (!$sqlLoggerInstance instanceof SqlLogger) {
166166
throw new InvalidConfigurationException(sprintf('Neos.Flow.persistence.doctrine.sqlLogger must be \Neos\Flow\Persistence\Doctrine\Logging\SqlLogger, %s given.', get_class($sqlLoggerInstance)), 1426150388);
167167
}
168168

0 commit comments

Comments
 (0)