We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df690d8 commit 45c7ddbCopy full SHA for 45c7ddb
app/Http/Controllers/Services/ServicesShowController.php
@@ -20,7 +20,7 @@ public function __invoke(string $locale, Service $service): View
20
'name' => $service->name,
21
'teaser' => $service->teaser,
22
'content' => Str::of($service->content)->markdown(),
23
- 'tags' => $product->tags,
+ 'tags' => $service->tags,
24
]);
25
}
26
0 commit comments