mirror of
https://github.com/filegator/filegator.git
synced 2025-08-01 00:20:16 +02:00
ignore coverage for ldap
This commit is contained in:
@@ -15,6 +15,9 @@ use Filegator\Services\Auth\UsersCollection;
|
||||
use Filegator\Services\Service;
|
||||
use Filegator\Services\Session\SessionStorageInterface as Session;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class LDAP implements Service, AuthInterface
|
||||
{
|
||||
const SESSION_KEY = 'LDAP_auth';
|
||||
|
Reference in New Issue
Block a user