Rework admin panel and other
This commit is contained in:
@@ -15,8 +15,8 @@ class ClientBreadcrumbSection extends JsonResource
|
||||
public function toArray(Request $request): array
|
||||
{
|
||||
return [
|
||||
'title' => $this->title,
|
||||
'slug' => $this->slug,
|
||||
'title' => $this->title ?? null,
|
||||
'slug' => $this->slug ?? null,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user