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:
parent
3da97e10b6
commit
f7fba34b04
1 changed files with 0 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue