Files
pathfinder/app/main/lib/logging/handler/SlackRallyWebhookHandler.php

17 lines
196 B
PHP

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