mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54: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));
|
||||
|
||||
/** @var string $template */
|
||||
$template = $this->meta("flipp.templates.$alias");
|
||||
|
||||
$signature = hash_hmac('sha256', $template . $query, config('services.flipp.key'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue