mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Dabase driver typo for koel:init (#698)
This commit is contained in:
parent
9b637c0726
commit
024c87461a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class Init extends Command
|
|||
'Your DB driver of choice',
|
||||
[
|
||||
'mysql' => 'MySQL/MariaDB',
|
||||
'pqsql' => 'PostgreSQL',
|
||||
'pgsql' => 'PostgreSQL',
|
||||
'sqlsrv' => 'SQL Server',
|
||||
'sqlite-e2e' => 'SQLite',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue