Skip to content

Commit f8f6751

Browse files
committed
Remove redundant override
1 parent ecb2e43 commit f8f6751

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Platforms/SQLitePlatform.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -513,11 +513,6 @@ public function getBlobTypeDeclarationSQL(array $column): string
513513
return 'BLOB';
514514
}
515515

516-
public function getTemporaryTableName(string $tableName): string
517-
{
518-
return $tableName;
519-
}
520-
521516
/**
522517
* {@inheritDoc}
523518
*/

0 commit comments

Comments
 (0)