diff options
Diffstat (limited to 'lib/private/Authentication/Events/RemoteWipeFinished.php')
-rw-r--r-- | lib/private/Authentication/Events/RemoteWipeFinished.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/private/Authentication/Events/RemoteWipeFinished.php b/lib/private/Authentication/Events/RemoteWipeFinished.php new file mode 100644 index 00000000000..9704ebff3f5 --- /dev/null +++ b/lib/private/Authentication/Events/RemoteWipeFinished.php @@ -0,0 +1,12 @@ +<?php + +declare(strict_types=1); + +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +namespace OC\Authentication\Events; + +class RemoteWipeFinished extends ARemoteWipeEvent { +} |