public function calculate(Quote $quote) { return $quote->getFrom()->diff($quote->getTo())->m * $this->price; }