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