welcome back to dyb-tech
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user