lbrypress/classes/admin/lbry_notifier.php

13 lines
176 B
PHP
Raw Normal View History

<?php
/**
* Class for sending LBRYPress related admin notifications
*
* @package LBRYPress
*/
if (! class_exists('LBRY_Notifier')) {
class LBRY_Notifier
{
}
}