adv = $adv; $this->route = $route; } public function resolve() { return $this->adv->find($this->route->parameter('id')); } }