We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a3c2c1 + b84f3f4 commit c223973Copy full SHA for c223973
1 file changed
Classes/Domain/Repository/FileRepository.php
@@ -72,7 +72,7 @@ protected function getPlatformIdentifier(DoctrineAbstractPlatform $platform): st
72
if ($platform instanceof DoctrineMySQLPlatform) {
73
return 'mysql';
74
}
75
- if ($platform instanceof DoctrinePostgreSqlPlatform) {
+ if ($platform instanceof DoctrinePostgreSQLPlatform) {
76
return 'postgresql';
77
78
if ($platform instanceof DoctrineSQLitePlatform) {
0 commit comments