Skip to content

Commit ea2559e

Browse files
committed
Merge remote-tracking branch 'upstream/where-invalid-operator' into where-invalid-operator
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
2 parents b32e47d + 272797f commit ea2559e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Database/DBAL/TimestampType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44

55
use Doctrine\DBAL\Exception as DBALException;
66
use Doctrine\DBAL\Platforms\AbstractPlatform;
7-
use Doctrine\DBAL\Platforms\MariaDBPlatform;
87
use Doctrine\DBAL\Platforms\MariaDb1010Platform;
98
use Doctrine\DBAL\Platforms\MariaDb1027Platform;
109
use Doctrine\DBAL\Platforms\MariaDb1052Platform;
1110
use Doctrine\DBAL\Platforms\MariaDb1060Platform;
11+
use Doctrine\DBAL\Platforms\MariaDBPlatform;
1212
use Doctrine\DBAL\Platforms\MySQL57Platform;
1313
use Doctrine\DBAL\Platforms\MySQL80Platform;
1414
use Doctrine\DBAL\Platforms\MySQL84Platform;
1515
use Doctrine\DBAL\Platforms\MySQLPlatform;
1616
use Doctrine\DBAL\Platforms\PostgreSQL100Platform;
1717
use Doctrine\DBAL\Platforms\PostgreSQL94Platform;
1818
use Doctrine\DBAL\Platforms\PostgreSQLPlatform;
19+
use Doctrine\DBAL\Platforms\SqlitePlatform;
1920
use Doctrine\DBAL\Platforms\SQLServer2012Platform;
2021
use Doctrine\DBAL\Platforms\SQLServerPlatform;
21-
use Doctrine\DBAL\Platforms\SqlitePlatform;
2222
use Doctrine\DBAL\Types\PhpDateTimeMappingType;
2323
use Doctrine\DBAL\Types\Type;
2424

0 commit comments

Comments
 (0)