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

Update helpers.php

This commit is contained in:
Viktor Szépe 2021-11-16 06:51:46 +01:00 committed by GitHub
parent 3da97e10b6
commit f7fba34b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,6 @@ declare(strict_types=1);
use ArchTech\SEO\SEOManager;
if (! function_exists('seo')) {
/**
* @template T of string|array
* @param T|null $key
*/
function seo(string|array $key = null): SEOManager|string|array|null
{
if ($key === null) {