Files
pathfinder/app/main/lib/logging/handler/SlackRallyWebhookHandler.php
Mark Friedrich a33615445e - new "_NPC faction_" added for k-space systems, closed #773
- improved file structure for _Model_ classes (`app/main/model/..`). Group by database name
- improved database connection handling (fixed persistent DB connections)
2019-04-12 21:34:29 +02:00

17 lines
200 B
PHP

<?php
/**
* Created by PhpStorm.
* User: Exodus 4D
* Date: 22.09.2017
* Time: 17:32
*/
namespace lib\logging\handler;
class SlackRallyWebhookHandler extends AbstractRallyWebhookHandler {
}