1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

Update SEOManager.php

This commit is contained in:
Viktor Szépe 2021-11-16 11:28:56 +01:00 committed by GitHub
parent f7fba34b04
commit 7432825e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ class SEOManager
]; ];
} }
$query = base64_encode((string) json_encode($data)); $query = base64_encode(json_encode($data, JSON_THROW_ON_ERROR));
/** @var string $template */ /** @var string $template */
$template = $this->meta("flipp.templates.$alias"); $template = $this->meta("flipp.templates.$alias");