From: nupplaPhil <admin+github@philipp.info>
Date: Tue, 4 Feb 2020 20:28:27 +0000 (+0100)
Subject: Remove Notify reference
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8815ee1346e88ff0e8a2832dc6816e5b33816c29;p=friendica.git

Remove Notify reference
---

diff --git a/src/Util/Emailer.php b/src/Util/Emailer.php
index a9da5346dd..e5f1269ab5 100644
--- a/src/Util/Emailer.php
+++ b/src/Util/Emailer.php
@@ -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()