From 70693929e4cfa9581da56d9bfd7d5e21492901b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Tue, 29 Aug 2017 15:20:54 +0000 Subject: [PATCH] Fix SOAP configuration module (#1288) --- .../lib/Lemonldap/NG/Common/Conf/Backends/SOAP.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Backends/SOAP.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Backends/SOAP.pm index 2c4dc6f3f..41757867b 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Backends/SOAP.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Backends/SOAP.pm @@ -3,6 +3,7 @@ package Lemonldap::NG::Common::Conf::Backends::SOAP; use strict; use utf8; use SOAP::Lite; +use Lemonldap::NG::Common::Conf::Constants; our $VERSION = '2.0.0';