Skip to content

Commit 279c29d

Browse files
authored
Merge pull request #5490 from Laravel-Backpack/support-mariadb
Add mariadb to the list, as Laravel support thats driver now
2 parents 565c99a + 101b8bd commit 279c29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/CrudPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ private function driverIsSql()
177177
*/
178178
public function getSqlDriverList()
179179
{
180-
return ['mysql', 'sqlsrv', 'sqlite', 'pgsql'];
180+
return ['mysql', 'sqlsrv', 'sqlite', 'pgsql', 'mariadb'];
181181
}
182182

183183
/**

0 commit comments

Comments
 (0)