xref: /plugin/combo/ComboStrap/Api/AjaxHandler.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1<?php
2
3namespace Api;
4
5use dokuwiki\Extension\Event;
6
7class AjaxHandler
8{
9
10    public static function handle(Event $event)
11    {
12
13
14    }
15}
16