Skip to content

Commit

Permalink
Remove unused parameters frommeta helper function (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrono committed Mar 18, 2024
1 parent 82ea921 commit 60f3dc9
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 @@ -3,7 +3,7 @@
use F9Web\Meta\Meta;

if (!function_exists('meta')) {
function meta(?string $key = null): Meta
function meta(): Meta
{
return resolve(Meta::class);
}
Expand Down

0 comments on commit 60f3dc9

Please sign in to comment.