Skip to content

Commit

Permalink
more II
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 3, 2024
1 parent 485e057 commit cf6d5f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Persistence/Sql/DbalDriverMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function getDatabasePlatform(ServerVersionProvider $versionProvider = nul
}

// remove once DBAL 3.x support is dropped
#[\Override]
public function createDatabasePlatformForVersion($version): AbstractPlatform
{
return $this->replaceDatabasePlatform(parent::createDatabasePlatformForVersion($version));
Expand Down

0 comments on commit cf6d5f1

Please sign in to comment.