Files
Kanboard-Prod/app/Event/CommentEvent.php
2015-10-13 22:19:17 -04:00

8 lines
78 B
PHP

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