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 @@ -78,7 +78,7 @@ public function get($code)
78
78
79
79
if ($ website ->getId () === null ) {
80
80
throw new NoSuchEntityException (
81
- __ (sprintf ("The website %s that was requested wasn't found. Verify the website and try again. " , $ code ))
81
+ __ (sprintf ("The website with code %s that was requested wasn't found. Verify the website and try again. " , $ code ))
82
82
);
83
83
}
84
84
$ this ->entities [$ code ] = $ website ;
@@ -102,7 +102,7 @@ public function getById($id)
102
102
103
103
if ($ website ->getId () === null ) {
104
104
throw new NoSuchEntityException (
105
- __ (sprintf ("The website %s that was requested wasn't found. Verify the website and try again. " , $ id ))
105
+ __ (sprintf ("The website with id %s that was requested wasn't found. Verify the website and try again. " , $ id ))
106
106
);
107
107
}
108
108
$ this ->entities [$ website ->getCode ()] = $ website ;
You can’t perform that action at this time.
0 commit comments