Remove Notify reference

This commit is contained in:
nupplaPhil 2020-02-04 21:28:27 +01:00
parent 1867267513
commit 8815ee1346
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ use Friendica\Core\Config\IConfig;
use Friendica\Core\Hook;
use Friendica\Core\L10n;
use Friendica\Core\PConfig\IPConfig;
use Friendica\Model\Notify;
use Friendica\Network\HTTPException\InternalServerErrorException;
use Friendica\Object\EMail\IEmail;
use Friendica\Protocol\Email;
@ -94,8 +93,6 @@ class Emailer
/**
* Creates a new mail for notifications
*
* @see Notify
*
* @return NotifyMailBuilder
*/
public function newNotifyMail()