Skip to content

Commit 45c7ddb

Browse files
committed
wip
1 parent df690d8 commit 45c7ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Services/ServicesShowController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __invoke(string $locale, Service $service): View
2020
'name' => $service->name,
2121
'teaser' => $service->teaser,
2222
'content' => Str::of($service->content)->markdown(),
23-
'tags' => $product->tags,
23+
'tags' => $service->tags,
2424
]);
2525
}
2626
}

0 commit comments

Comments
 (0)