Skip to content
Snippets Groups Projects
Commit 5c6ae814 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 02b4e708
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment