We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78c5fd commit bef771dCopy full SHA for bef771d
src/Illuminate/Database/DBAL/TimestampType.php
@@ -5,8 +5,8 @@
5
use Doctrine\DBAL\Exception as DBALException;
6
use Doctrine\DBAL\Platforms\AbstractPlatform;
7
use Doctrine\DBAL\Platforms\MariaDb1027Platform;
8
-use Doctrine\DBAL\Platforms\MariaDBPlatform;
9
use Doctrine\DBAL\Platforms\MariaDb1052Platform;
+use Doctrine\DBAL\Platforms\MariaDBPlatform;
10
use Doctrine\DBAL\Platforms\MySQL57Platform;
11
use Doctrine\DBAL\Platforms\MySQL80Platform;
12
use Doctrine\DBAL\Platforms\MySQLPlatform;
0 commit comments