customerSession = $customerSession; } /** * Customer logout processing * * @param Observer $observer * @return void */ public function execute(Observer $observer) { $this->customerSession->setWishlistItemCount(0); } }