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 f9d06d9 commit 128a87bCopy full SHA for 128a87b
app/code/Magento/Store/Model/WebsiteRepository.php
@@ -191,8 +191,7 @@ private function initDefaultWebsite()
191
if (isset($data['is_default']) && $data['is_default'] == 1) {
192
if ($this->default) {
193
throw new \DomainException(
194
- 'The default website is invalid. '
195
- . 'Make sure no more than one default is defined and try again.'
+ 'The default website is invalid. Make sure no more than one default is defined and try again.'
196
);
197
}
198
$website = $this->factory->create([
0 commit comments