Files
nextcloud-registration/lib/Events/ShowFormEvent.php
Andy Scherzinger b8b63cf0bf docs(reuse): Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-10-14 08:49:14 +02:00

14 lines
241 B
PHP

<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Registration\Events;
class ShowFormEvent extends AFormEvent {
}