lbrypress/classes/LBRY_Notifier.php

17 lines
218 B
PHP
Raw Normal View History

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