add autoload hint for postgresqli

This commit is contained in:
Jeffrey Martin 2021-02-14 12:12:01 -06:00
parent dbce3982fd
commit 78a2fd1016
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ loader.inflector.inflect(
'cli' => 'CLI',
'sqlitei' => 'SQLitei',
'mysqli' => 'MySQLi',
'postgresqli' => 'PostgreSQLi',
'ssh' => 'SSH',
'winrm' => 'WinRM',
'smb' => 'SMB',