1
0
Fork 0
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:
Samuel Štancl 2021-05-24 19:51:39 +02:00
parent 974f063a6a
commit 21452f538b

View file

@ -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'));