We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06338cf commit 2db63aeCopy full SHA for 2db63ae
app/code/Magento/AdminAdobeIms/Model/ImsWebapi.php
@@ -175,6 +175,8 @@ public function getExtensionAttributes(): ImsWebapiExtensionInterface
175
*/
176
public function setExtensionAttributes(ImsWebapiExtensionInterface $extensionAttributes): ImsWebapiInterface
177
{
178
- return $this->_setExtensionAttributes($extensionAttributes);
+ $this->_setExtensionAttributes($extensionAttributes);
179
+
180
+ return $this;
181
}
182
0 commit comments