Skip to content

Commit 1677260

Browse files
committed
added missing import
1 parent cbdc1a8 commit 1677260

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Functional/app/CustomGuardAuthenticator/security.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* file that was distributed with this source code.
1010
*/
1111

12+
use Symfony\Component\HttpKernel\Kernel;
13+
1214
$securityConfig = [
1315
'providers' => [
1416
'in_memory' => [

0 commit comments

Comments
 (0)