mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
phpstan fixes
This commit is contained in:
parent
974f063a6a
commit
21452f538b
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ class SEOManager
|
||||||
|
|
||||||
$query = base64_encode(json_encode($data));
|
$query = base64_encode(json_encode($data));
|
||||||
|
|
||||||
|
/** @var string $template */
|
||||||
$template = $this->meta("flipp.templates.$alias");
|
$template = $this->meta("flipp.templates.$alias");
|
||||||
|
|
||||||
$signature = hash_hmac('sha256', $template . $query, config('services.flipp.key'));
|
$signature = hash_hmac('sha256', $template . $query, config('services.flipp.key'));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue