Skip to content

Commit 101b8bd

Browse files
committed
I add mariadb to the list, as Laravel support thats driver now
1 parent 565c99a commit 101b8bd

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)