fix mariadb 12

This commit is contained in:
Yurii
2026-01-09 12:50:28 +02:00
parent 74db03090b
commit 5d443dda10

View File

@@ -34,7 +34,7 @@ use Doctrine\DBAL\Platforms\Keywords\MariaDBKeywords;
/**
* 'LEAD' happened to be a reserved words on some environments.
*/
final class MariaDb102Keywords extends MariaDBKeywords
class MariaDb102Keywords extends MariaDBKeywords
{
/** @deprecated */
public function getName(): string