From a166cf35359538b81f026ef8521cad356d45e461 Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Fri, 16 Jan 2015 12:54:42 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20du=20"require"=20qui=20=C3=A9tait?= =?UTF-8?q?=20n=C3=A9cessaire=20avec=20le=20module=20"intouch/phpcas"=20(p?= =?UTF-8?q?lus=20n=C3=A9cessaire=20avec=20son=20rempa=C3=A7ant=20"jasig/ph?= =?UTF-8?q?pcas").?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UnicaenAuth/Authentication/Adapter/Cas.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/UnicaenAuth/Authentication/Adapter/Cas.php b/src/UnicaenAuth/Authentication/Adapter/Cas.php index 0cef797..d66a31e 100644 --- a/src/UnicaenAuth/Authentication/Adapter/Cas.php +++ b/src/UnicaenAuth/Authentication/Adapter/Cas.php @@ -115,8 +115,6 @@ class Cas extends AbstractAdapter implements ServiceManagerAwareInterface, Event */ public function getCasClient($initClient = true) { - require_once __VENDOR_DIR__ . '/intouch/phpcas/CAS.php'; - if (null === $this->casClient) { $this->casClient = new phpCAS(); } -- GitLab