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