File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Customer/Controller/Account Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,8 @@ public function __construct(
161
161
$ this ->addressRegistry = $ addressRegistry ?: ObjectManager::getInstance ()->get (AddressRegistry::class);
162
162
$ this ->filesystem = $ filesystem ?: ObjectManager::getInstance ()->get (Filesystem::class);
163
163
$ this ->sessionCleaner = $ sessionCleaner ?: ObjectManager::getInstance ()->get (SessionCleanerInterface::class);
164
- $ this ->accountConfirmation = $ accountConfirmation ?: ObjectManager::getInstance ()->get (AccountConfirmation::class);
164
+ $ this ->accountConfirmation = $ accountConfirmation ?: ObjectManager::getInstance ()
165
+ ->get (AccountConfirmation::class);
165
166
$ this ->customerUrl = $ customerUrl ?: ObjectManager::getInstance ()->get (Url::class);
166
167
}
167
168
You can’t perform that action at this time.
0 commit comments