Skip to content

Commit

Permalink
I add mariadb to the list, as Laravel support thats driver now
Browse files Browse the repository at this point in the history
  • Loading branch information
jcastroa87 committed Apr 9, 2024
1 parent 565c99a commit 101b8bd
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 101b8bd

Please sign in to comment.