mirror of
https://github.com/nextcloud/registration.git
synced 2025-07-23 00:48:54 +00:00
14 lines
241 B
PHP
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 {
|
|
}
|