Skip to content

Commit

Permalink
Merge pull request #1 from netlogix/automated-apply-coding-standards
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored Nov 9, 2024
2 parents e86a5cc + d972eb5 commit e02f8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Service/DoctrineService.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public function generateMigration(): string
public function getDatabasePlatformName(): string
{
$platform = $this->connection->getDatabasePlatform();

return match (true) {
$platform instanceof AbstractMySQLPlatform => 'Mysql',
$platform instanceof PostgreSQLPlatform => 'Postgresql',
Expand Down

0 comments on commit e02f8e2

Please sign in to comment.