mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Fix CS
This commit is contained in:
parent
5b5115b8c3
commit
706fd4a9b8
2 changed files with 1 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ class SEOManager
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
$query = base64_encode((string)json_encode($data));
|
$query = base64_encode((string) json_encode($data));
|
||||||
|
|
||||||
/** @var string $template */
|
/** @var string $template */
|
||||||
$template = $this->meta("flipp.templates.$alias");
|
$template = $this->meta("flipp.templates.$alias");
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ if (! function_exists('seo')) {
|
||||||
/**
|
/**
|
||||||
* @template T of string|array
|
* @template T of string|array
|
||||||
* @param T|null $key
|
* @param T|null $key
|
||||||
* @return SEOManager|string|array|null
|
|
||||||
*/
|
*/
|
||||||
function seo(string|array $key = null): SEOManager|string|array|null
|
function seo(string|array $key = null): SEOManager|string|array|null
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue