From 99a091e948e711f9181c94666a7f9a18f7d97ada Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Fri, 9 Aug 2019 20:28:35 +0200 Subject: [PATCH] Fix typo's --- modules/exampleauth/lib/Auth/Source/External.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exampleauth/lib/Auth/Source/External.php b/modules/exampleauth/lib/Auth/Source/External.php index 3d3d5cf7b..c4c71f2bb 100644 --- a/modules/exampleauth/lib/Auth/Source/External.php +++ b/modules/exampleauth/lib/Auth/Source/External.php @@ -32,7 +32,7 @@ class External extends \SimpleSAML\Auth\Source /** * The key of the AuthId field in the state. */ - const AUTHID = 'SimpleSAML\Module\exampleautth\Auth\Sourc\External.AuthId'; + const AUTHID = 'SimpleSAML\Module\exampleauth\Auth\Source\External.AuthId'; /** -- GitLab