Skip to content

Commit 1814859

Browse files
committed
Merge branch 'v4.x' of https://github.com/leafsphp/sitemap into v4.x
2 parents 5b97a3d + f8481d0 commit 1814859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function sitemap(): \Leaf\Sitemap
1111
{
1212
if (!\Leaf\Config::getStatic('sitemap')) {
1313
\Leaf\Config::singleton('sitemap', function () {
14-
return new \Leaf\Sitemap;
14+
return new \Leaf\Sitemap();
1515
});
1616
}
1717

0 commit comments

Comments
 (0)