diff options
Diffstat (limited to 'apps/files/lib/Event/LoadSearchPlugins.php')
-rw-r--r-- | apps/files/lib/Event/LoadSearchPlugins.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files/lib/Event/LoadSearchPlugins.php b/apps/files/lib/Event/LoadSearchPlugins.php new file mode 100644 index 00000000000..9c6c81fcca5 --- /dev/null +++ b/apps/files/lib/Event/LoadSearchPlugins.php @@ -0,0 +1,14 @@ +<?php + +declare(strict_types=1); + +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +namespace OCA\Files\Event; + +use OCP\EventDispatcher\Event; + +class LoadSearchPlugins extends Event { +} |