Files
kanboard/app/Event/CommentEvent.php
T
2026-06-01 21:23:12 -07:00

8 lines
78 B
PHP

<?php
namespace Kanboard\Event;
class CommentEvent extends GenericEvent
{
}