Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Aug 23, 2024
1 parent 041172a commit d4255ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Elegantly\Seo\Unified\SeoUnifiedData;

if (! function_exists('seo')) {
function seo(null|SeoData|SeoUnifiedData|SeoManager|HasSeo $value): SeoManager
function seo(null|SeoData|SeoUnifiedData|SeoManager|HasSeo $value = null): SeoManager
{
return \Elegantly\Seo\Facades\SeoManager::from($value);
}
Expand Down

0 comments on commit d4255ea

Please sign in to comment.