Skip to content

Commit

Permalink
refact: message cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 31, 2024
1 parent 26c0189 commit c0f448b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ public function saved(Products $products): void
if ($products->wasChanged('products_types_id') && $products->productsTypes()->exists()) {
$products->productsTypes->setTotalProducts();
}

$products->clearLightHouseCache();

$products->clearLightHouseCache();
}

public function created(Products $products): void
Expand Down

0 comments on commit c0f448b

Please sign in to comment.