checkoutSession = $checkoutSession; } /** * @inheritdoc */ public function getQuote() { return $this->checkoutSession->getQuote(); } }