Merge branch 'master' of github.com:the-djmaze/snappymail

This commit is contained in:
djmaze 2020-11-30 10:50:49 +01:00
commit b34fc5fda7

View file

@ -11,6 +11,8 @@ class LdapIdentitiesPlugin extends AbstractPlugin
include_once __DIR__ . '/LdapIdentities.php';
include_once __DIR__ . '/LdapConfig.php';
include_once __DIR__ . '/LdapException.php';
parent::__construct();
}
public function Init(): void