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)
8080
8181 if ($ website ->getId () === null ) {
8282 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 )
8484 );
8585 }
8686 $ this ->entities [$ code ] = $ website ;
@@ -104,7 +104,7 @@ public function getById($id)
104104
105105 if ($ website ->getId () === null ) {
106106 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 )
108108 );
109109 }
110110 $ this ->entities [$ website ->getCode ()] = $ website ;
You can’t perform that action at this time.
0 commit comments