File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/code/Magento/User/Model Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,14 @@ class User extends AbstractModel implements StorageInterface, UserInterface
120
120
/**
121
121
* @var \Magento\Framework\Mail\Template\TransportBuilder
122
122
* @deprecated 101.1.0
123
+ * @see \Magento\Framework\Mail\Template\TransportBuilder
123
124
*/
124
125
protected $ _transportBuilder ;
125
126
126
127
/**
127
128
* @var \Magento\Store\Model\StoreManagerInterface
128
129
* @deprecated 101.1.0
130
+ * @see \Magento\Store\Model\StoreManagerInterface
129
131
*/
130
132
protected $ _storeManager ;
131
133
@@ -147,6 +149,7 @@ class User extends AbstractModel implements StorageInterface, UserInterface
147
149
/**
148
150
* @var DeploymentConfig
149
151
* @deprecated 101.1.0
152
+ * @see DeploymentConfig
150
153
*/
151
154
private $ deploymentConfig ;
152
155
@@ -476,6 +479,7 @@ public function sendPasswordResetConfirmationEmail()
476
479
* @throws NotificationExceptionInterface
477
480
* @return $this
478
481
* @deprecated 100.1.0
482
+ * @see Self::sendNotificationEmailsIfRequired()
479
483
*/
480
484
public function sendPasswordResetNotificationEmail ()
481
485
{
You can’t perform that action at this time.
0 commit comments