Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 8b2c91d

Browse files
author
Pavel Vyskočil
committed
Added missing import
1 parent b783759 commit 8b2c91d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44
## [Unreleased]
55
[Fixed]
66
- Added missing space before 'addInstitutionButton' or link
7+
- Added missing import
78

89
## [v3.0.3]
910
[Fixed]

lib/Auth/Process/PerunIdentity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace SimpleSAML\Module\perun\Auth\Process;
44

55
use SimpleSAML\Module\perun\Adapter;
6+
use SimpleSAML\Module\perun\AdapterLdap;
67
use SimpleSAML\Module\perun\AdapterRpc;
78
use SimpleSAML\Auth\State;
89
use SimpleSAML\Module;

0 commit comments

Comments
 (0)