Skip to content

Commit 69f3225

Browse files
committed
fix: Add missing use in Application.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent fb6f87a commit 69f3225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AppInfo/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use OCA\User_SAML\GroupBackend;
1717
use OCA\User_SAML\GroupManager;
1818
use OCA\User_SAML\Listener\LoadAdditionalScriptsListener;
19+
use OCA\User_SAML\Listener\SabrePluginEventListener;
1920
use OCA\User_SAML\Middleware\OnlyLoggedInMiddleware;
2021
use OCA\User_SAML\SAMLSettings;
2122
use OCA\User_SAML\UserBackend;

0 commit comments

Comments
 (0)