method() === 'PATCH') { /** @var Location $location */ $location = $this->route()->parameter('location'); return Location::getRulesForUpdate($location->id); } return Location::getRules(); } }