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
33
33
$ storageIdentifier = UrlKeyChecker::STORAGE_IDENTIFIER ;
34
34
35
35
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 ' );
37
37
38
38
$ this ->metaStorage ->setErrorMessage ($ storageIdentifier , (string ) $ errorMsg );
39
39
throw new AlreadyRefreshingException ($ errorMsg );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function refresh(string $initiator): array
33
33
$ storageIdentifier = UrlPathChecker::STORAGE_IDENTIFIER ;
34
34
35
35
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 ' );
37
37
38
38
$ this ->metaStorage ->setErrorMessage ($ storageIdentifier , (string ) $ errorMsg );
39
39
throw new AlreadyRefreshingException ($ errorMsg );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function refresh(string $initiator): array
33
33
$ storageIdentifier = UrlKeyChecker::STORAGE_IDENTIFIER ;
34
34
35
35
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 ' );
37
37
38
38
$ this ->metaStorage ->setErrorMessage ($ storageIdentifier , (string ) $ errorMsg );
39
39
throw new AlreadyRefreshingException ($ errorMsg );
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function refresh(string $initiator): array
33
33
$ storageIdentifier = UrlPathChecker::STORAGE_IDENTIFIER ;
34
34
35
35
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 ' );
37
37
38
38
$ this ->metaStorage ->setErrorMessage ($ storageIdentifier , (string ) $ errorMsg );
39
39
throw new AlreadyRefreshingException ($ errorMsg );
You can’t perform that action at this time.
0 commit comments