File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Store/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function get($code)
79
79
80
80
if ($ website ->getId () === null ) {
81
81
throw new NoSuchEntityException (
82
- __ (sprintf ("The website %s that was requested wasn't found. Verify the website and try again. " , $ code ))
82
+ __ (sprintf ("The website with code %s that was requested wasn't found. Verify the website and try again. " , $ code ))
83
83
);
84
84
}
85
85
$ this ->entities [$ code ] = $ website ;
@@ -103,7 +103,7 @@ public function getById($id)
103
103
104
104
if ($ website ->getId () === null ) {
105
105
throw new NoSuchEntityException (
106
- __ (sprintf ("The website %s that was requested wasn't found. Verify the website and try again. " , $ id ))
106
+ __ (sprintf ("The website with id %s that was requested wasn't found. Verify the website and try again. " , $ id ))
107
107
);
108
108
}
109
109
$ this ->entities [$ website ->getCode ()] = $ website ;
You can’t perform that action at this time.
0 commit comments