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:
parent
f7fba34b04
commit
7432825e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue