Files
Kanboard-Prod/app/Event/CommentEvent.php
2014-12-27 19:10:38 -05:00

8 lines
69 B
PHP

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