mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 18:04: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 */
|
||||
$template = $this->meta("flipp.templates.$alias");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue