mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-22 22:57:59 +08:00
Issue #51 check if PDO is supported
This commit is contained in:
parent
25958cd87a
commit
b8fd3df2e6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class ChangePasswordDriverPDO
|
|||
|
||||
public static function isSupported() : bool
|
||||
{
|
||||
return true;
|
||||
return \class_exists('PDO', false);
|
||||
}
|
||||
|
||||
public static function configMapping() : array
|
||||
|
|
Loading…
Reference in a new issue