Skip to content

Commit d2923b1

Browse files
committed
Customer website
1 parent 52b7410 commit d2923b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Actions/Catalogue/ProductCategory/UpdateProductCategory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function action(ProductCategory $productCategory, array $objectData): Pro
5858

5959
public function asController(ProductCategory $productCategory, ActionRequest $request): ProductCategory
6060
{
61-
$productCategory = $productCategory::where('slug', $request->route()->parameters)->first();
6261
return $this->handle($productCategory, $request->all());
6362
}
6463

0 commit comments

Comments
 (0)