Skip to content

Commit a677d72

Browse files
authored
Merge pull request #689 from TomHAnderson/jwpage_mariadb
Add MariadbConnection to 3.3.x
2 parents 9e94943 + ee0146c commit a677d72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace LaravelDoctrine\ORM\Configuration\Connections;
6+
7+
class MariadbConnection extends MysqlConnection
8+
{
9+
// Only extends Mysql, as MariaDB is compatible with MySQL connection settings.
10+
}

0 commit comments

Comments
 (0)