mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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
|
public static function isSupported() : bool
|
||||||
{
|
{
|
||||||
return true;
|
return \class_exists('PDO', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function configMapping() : array
|
public static function configMapping() : array
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue