mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
96c20f3bf6
commit
f88318d741
1 changed files with 5 additions and 5 deletions
|
|
@ -196,11 +196,11 @@ class SEOManager
|
|||
'previewify:description' => $this->raw('description'),
|
||||
];
|
||||
} else {
|
||||
$data = array_combine(
|
||||
array_map(fn ($key) => str_starts_with($key, 'previewify:') ? $key : "previewify:{$key}", array_keys($data)),
|
||||
$data,
|
||||
);
|
||||
}
|
||||
$data = array_combine(
|
||||
array_map(fn ($key) => str_starts_with($key, 'previewify:') ? $key : "previewify:{$key}", array_keys($data)),
|
||||
$data,
|
||||
);
|
||||
}
|
||||
|
||||
$query = base64_encode(json_encode($data, JSON_THROW_ON_ERROR));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue