Files
kanboard/app/Event/SubtaskEvent.php
T

8 lines
78 B
PHP
Raw Normal View History

2026-06-01 21:23:12 -07:00
<?php
namespace Kanboard\Event;
class SubtaskEvent extends GenericEvent
{
}