Files
LaLiga-BackEnd/vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php
T
2024-05-18 02:28:01 +02:00

12 lines
230 B
PHP

<?php
namespace Doctrine\DBAL\Platforms;
/**
* Provides the behavior, features and SQL dialect of the Oracle MySQL database platform
* of the oldest supported version.
*/
class MySQLPlatform extends AbstractMySQLPlatform
{
}