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