Skip to content

Commit

Permalink
fix for php8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jun 8, 2023
1 parent 50f120e commit d69fb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CmsSeoComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ public function bootstrap($application)


if ($replaces) {
$response->data = strtr($response->data, $replaces);
$response->data = strtr((string) $response->data, $replaces);
}

});
Expand Down

0 comments on commit d69fb5d

Please sign in to comment.