From 78ba82064f8a567a1729eab66d3d20ee7aba0c68 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 28 Aug 2021 01:57:59 +0200 Subject: [PATCH] Add missing use-statement --- modules/exampleauth/lib/Auth/Source/External.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exampleauth/lib/Auth/Source/External.php b/modules/exampleauth/lib/Auth/Source/External.php index f44d83aa0..2e8830fdf 100644 --- a/modules/exampleauth/lib/Auth/Source/External.php +++ b/modules/exampleauth/lib/Auth/Source/External.php @@ -9,6 +9,7 @@ use SimpleSAML\Auth; use SimpleSAML\Error; use SimpleSAML\Module; use SimpleSAML\Utils; +use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Session\Session as SymfonySession; /** -- GitLab