Remove Notify reference
This commit is contained in:
parent
1867267513
commit
8815ee1346
|
@ -9,7 +9,6 @@ use Friendica\Core\Config\IConfig;
|
||||||
use Friendica\Core\Hook;
|
use Friendica\Core\Hook;
|
||||||
use Friendica\Core\L10n;
|
use Friendica\Core\L10n;
|
||||||
use Friendica\Core\PConfig\IPConfig;
|
use Friendica\Core\PConfig\IPConfig;
|
||||||
use Friendica\Model\Notify;
|
|
||||||
use Friendica\Network\HTTPException\InternalServerErrorException;
|
use Friendica\Network\HTTPException\InternalServerErrorException;
|
||||||
use Friendica\Object\EMail\IEmail;
|
use Friendica\Object\EMail\IEmail;
|
||||||
use Friendica\Protocol\Email;
|
use Friendica\Protocol\Email;
|
||||||
|
@ -94,8 +93,6 @@ class Emailer
|
||||||
/**
|
/**
|
||||||
* Creates a new mail for notifications
|
* Creates a new mail for notifications
|
||||||
*
|
*
|
||||||
* @see Notify
|
|
||||||
*
|
|
||||||
* @return NotifyMailBuilder
|
* @return NotifyMailBuilder
|
||||||
*/
|
*/
|
||||||
public function newNotifyMail()
|
public function newNotifyMail()
|
||||||
|
|
Loading…
Reference in a new issue