lbrypress/classes/LBRY_Notifier.php
2018-09-11 15:10:15 -05:00

17 lines
218 B
PHP

<?php
/**
* Class for sending LBRYPress related admin notifications
*
* @package LBRYPress
*/
class LBRY_Notifier
{
/**
* [__construct description]
*/
public function __construct()
{
}
}