Skip to content

Commit 78ba820

Browse files
committed
Add missing use-statement
1 parent bd7d352 commit 78ba820

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/exampleauth/lib/Auth/Source/External.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use SimpleSAML\Error;
1010
use SimpleSAML\Module;
1111
use SimpleSAML\Utils;
12+
use Symfony\Component\HttpFoundation\Request;
1213
use Symfony\Component\HttpFoundation\Session\Session as SymfonySession;
1314

1415
/**

0 commit comments

Comments
 (0)