@@ -92,7 +92,7 @@ class Email extends \Magento\Framework\Model\AbstractModel
92
92
protected $ customerRepository ;
93
93
94
94
/**
95
- * @var \Magento\Core \Model\App\Emulation
95
+ * @var \Magento\Store \Model\App\Emulation
96
96
*/
97
97
protected $ _appEmulation ;
98
98
@@ -114,7 +114,7 @@ class Email extends \Magento\Framework\Model\AbstractModel
114
114
* @param \Magento\Store\Model\StoreManagerInterface $storeManager
115
115
* @param \Magento\Customer\Api\CustomerRepositoryInterface $customerRepository
116
116
* @param \Magento\Customer\Helper\View $customerHelper
117
- * @param \Magento\Core \Model\App\Emulation $appEmulation
117
+ * @param \Magento\Store \Model\App\Emulation $appEmulation
118
118
* @param \Magento\Framework\Mail\Template\TransportBuilder $transportBuilder
119
119
* @param \Magento\Framework\Model\Resource\AbstractResource $resource
120
120
* @param \Magento\Framework\Data\Collection\Db $resourceCollection
@@ -128,7 +128,7 @@ public function __construct(
128
128
\Magento \Store \Model \StoreManagerInterface $ storeManager ,
129
129
\Magento \Customer \Api \CustomerRepositoryInterface $ customerRepository ,
130
130
\Magento \Customer \Helper \View $ customerHelper ,
131
- \Magento \Core \Model \App \Emulation $ appEmulation ,
131
+ \Magento \Store \Model \App \Emulation $ appEmulation ,
132
132
\Magento \Framework \Mail \Template \TransportBuilder $ transportBuilder ,
133
133
\Magento \Framework \Model \Resource \AbstractResource $ resource = null ,
134
134
\Magento \Framework \Data \Collection \Db $ resourceCollection = null ,
0 commit comments