This commit is contained in:
F4ilji
2025-04-19 15:23:15 +05:00
parent 03aca1725b
commit e233ad5196
+2 -1
View File
@@ -23,7 +23,8 @@ class SeoPageProvider
now()->addHours(1),
fn() => Page::where('path', $path)->first()
);
if ($page) {
if ($page && $page->seo) {
return $page->seo->toArray();
}