Skip to content

Commit bef771d

Browse files
committed
Apply fixes from StyleCI
1 parent c78c5fd commit bef771d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/DBAL/TimestampType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Doctrine\DBAL\Exception as DBALException;
66
use Doctrine\DBAL\Platforms\AbstractPlatform;
77
use Doctrine\DBAL\Platforms\MariaDb1027Platform;
8-
use Doctrine\DBAL\Platforms\MariaDBPlatform;
98
use Doctrine\DBAL\Platforms\MariaDb1052Platform;
9+
use Doctrine\DBAL\Platforms\MariaDBPlatform;
1010
use Doctrine\DBAL\Platforms\MySQL57Platform;
1111
use Doctrine\DBAL\Platforms\MySQL80Platform;
1212
use Doctrine\DBAL\Platforms\MySQLPlatform;

0 commit comments

Comments
 (0)