Skip to content

Commit

Permalink
Merge pull request #5490 from Laravel-Backpack/support-mariadb
Browse files Browse the repository at this point in the history
Add mariadb to the list, as Laravel support thats driver now
  • Loading branch information
pxpm authored Apr 11, 2024
2 parents 565c99a + 101b8bd commit 279c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Library/CrudPanel/CrudPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private function driverIsSql()
*/
public function getSqlDriverList()
{
return ['mysql', 'sqlsrv', 'sqlite', 'pgsql'];
return ['mysql', 'sqlsrv', 'sqlite', 'pgsql', 'mariadb'];
}

/**
Expand Down

0 comments on commit 279c29d

Please sign in to comment.