summaryrefslogtreecommitdiff
path: root/app/Subscriber/BaseSubscriber.php
blob: 92441962892ff20e82f83783ea73fa8c0b0325c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Kanboard\Subscriber;

use Kanboard\Core\Base;

/**
 * Base class for subscribers
 *
 * @package subscriber
 * @author  Frederic Guillot
 */
class BaseSubscriber extends Base
{
}