diff options
Diffstat (limited to 'lib/public/SabrePluginEvent.php')
-rw-r--r-- | lib/public/SabrePluginEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/SabrePluginEvent.php b/lib/public/SabrePluginEvent.php index d75c84965f6..8f8d155ec10 100644 --- a/lib/public/SabrePluginEvent.php +++ b/lib/public/SabrePluginEvent.php @@ -26,7 +26,7 @@ namespace OCP; use OCP\AppFramework\Http; use Sabre\DAV\Server; -use Symfony\Component\EventDispatcher\Event; +use OCP\EventDispatcher\Event; /** * @since 8.2.0 |