user() && (int) $this->route('id') === $this->user()->id; } /** * @return array */ public function rules(): array { return []; } }