File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function refresh(string $initiator): array
3333 $ storageIdentifier = UrlKeyChecker::STORAGE_IDENTIFIER ;
3434
3535 if ($ this ->metaStorage ->isRefreshing ($ storageIdentifier )) {
36- $ errorMsg = __ ('We are already refreshing the category url key \'s, just have a little patience ' ). ' 🙂 ' ;
36+ $ errorMsg = __ ('We are already refreshing the category url key \'s, just have a little patience ' );
3737
3838 $ this ->metaStorage ->setErrorMessage ($ storageIdentifier , (string ) $ errorMsg );
3939 throw new AlreadyRefreshingException ($ errorMsg );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function refresh(string $initiator): array
3333 $ storageIdentifier = UrlPathChecker::STORAGE_IDENTIFIER ;
3434
3535 if ($ this ->metaStorage ->isRefreshing ($ storageIdentifier )) {
36- $ errorMsg = __ ('We are already refreshing the category url path \'s, just have a little patience ' ). ' 🙂 ' ;
36+ $ errorMsg = __ ('We are already refreshing the category url path \'s, just have a little patience ' );
3737
3838 $ this ->metaStorage ->setErrorMessage ($ storageIdentifier , (string ) $ errorMsg );
3939 throw new AlreadyRefreshingException ($ errorMsg );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function refresh(string $initiator): array
3333 $ storageIdentifier = UrlKeyChecker::STORAGE_IDENTIFIER ;
3434
3535 if ($ this ->metaStorage ->isRefreshing ($ storageIdentifier )) {
36- $ errorMsg = __ ('We are already refreshing the product url key \'s, just have a little patience ' ). ' 🙂 ' ;
36+ $ errorMsg = __ ('We are already refreshing the product url key \'s, just have a little patience ' );
3737
3838 $ this ->metaStorage ->setErrorMessage ($ storageIdentifier , (string ) $ errorMsg );
3939 throw new AlreadyRefreshingException ($ errorMsg );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function refresh(string $initiator): array
3333 $ storageIdentifier = UrlPathChecker::STORAGE_IDENTIFIER ;
3434
3535 if ($ this ->metaStorage ->isRefreshing ($ storageIdentifier )) {
36- $ errorMsg = __ ('We are already refreshing the product url path \'s, just have a little patience ' ). ' 🙂 ' ;
36+ $ errorMsg = __ ('We are already refreshing the product url path \'s, just have a little patience ' );
3737
3838 $ this ->metaStorage ->setErrorMessage ($ storageIdentifier , (string ) $ errorMsg );
3939 throw new AlreadyRefreshingException ($ errorMsg );
You can’t perform that action at this time.
0 commit comments