Skip to content

Commit f3fd158

Browse files
committed
Fix Driver title
1 parent bdc79bf commit f3fd158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/MariaDbConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MariaDbConnection extends MySqlConnection
1717
*/
1818
public function getDriverTitle()
1919
{
20-
return 'SQLite';
20+
return 'MariaDB';
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)