repository = $repository; } public function execute(string $orderNumber): bool { return $this->repository->where('reference', $orderNumber)->exists(); } }