Dabase driver typo for koel:init (#698)

This commit is contained in:
Yohann Leon 2017-12-11 21:50:32 +01:00 committed by Phan An
parent 9b637c0726
commit 024c87461a

View file

@ -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',
],