1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 09:54:03 +00:00

Fix flipp alias logic

This commit is contained in:
Samuel Štancl 2021-05-24 18:41:03 +02:00
parent 8b6e049830
commit 56fc6f4b49
2 changed files with 10 additions and 2 deletions

View file

@ -153,6 +153,8 @@ class SEOManager
$signature = hash_hmac('sha256', $template . $query, config('services.flipp.key'));
$template = $this->meta("flipp.templates.$template");
return $this->set('image', "https://s.useflipp.com/{$template}.png?s={$signature}&v={$query}");
}