Skip to content
Snippets Groups Projects
Commit a166cf35 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Suppression du "require" qui était nécessaire avec le module "intouch/phpcas"...

Suppression du "require" qui était nécessaire avec le module "intouch/phpcas" (plus nécessaire avec son rempaçant "jasig/phpcas").
parent b28f2eae
Branches
Tags
No related merge requests found
...@@ -115,8 +115,6 @@ class Cas extends AbstractAdapter implements ServiceManagerAwareInterface, Event ...@@ -115,8 +115,6 @@ class Cas extends AbstractAdapter implements ServiceManagerAwareInterface, Event
*/ */
public function getCasClient($initClient = true) public function getCasClient($initClient = true)
{ {
require_once __VENDOR_DIR__ . '/intouch/phpcas/CAS.php';
if (null === $this->casClient) { if (null === $this->casClient) {
$this->casClient = new phpCAS(); $this->casClient = new phpCAS();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment