1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00
This commit is contained in:
Viktor Szépe 2021-11-14 20:21:15 +00:00
parent 5b5115b8c3
commit 706fd4a9b8
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -8,7 +8,6 @@ if (! function_exists('seo')) {
/**
* @template T of string|array
* @param T|null $key
* @return SEOManager|string|array|null
*/
function seo(string|array $key = null): SEOManager|string|array|null
{