fix bugs in BreadcrumbService and Person page
This commit is contained in:
@@ -24,7 +24,7 @@ class SeoPageProvider
|
||||
fn() => Page::where('path', $path)->first()
|
||||
);
|
||||
|
||||
return $page->seo?->toArray(); // Предполагается, что у модели Page есть поле `seo` (JSON или массив)
|
||||
return $page->seo?->toArray();
|
||||
}
|
||||
|
||||
private function getCurrentPath(): string
|
||||
|
||||
Reference in New Issue
Block a user