bookmarks/lib/Events/CreateEvent.php

12 lines
265 B
PHP
Raw Normal View History

2020-03-22 20:39:55 +00:00
<?php
2020-09-21 12:25:50 +00:00
/*
* Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors.
2020-09-21 12:25:50 +00:00
*
* This file is licensed under the Affero General Public License version 3 or later. See the COPYING file.
*/
2020-03-22 20:39:55 +00:00
namespace OCA\Bookmarks\Events;
class CreateEvent extends ChangeEvent {
}