Remove not used property

This commit is contained in:
Visman 2021-11-12 16:41:28 +07:00
parent a4f7fbe04e
commit 92b954ce87

View file

@ -273,7 +273,6 @@ class Moderate extends Page
}
$this->numObj = \count($objects);
$this->single = 1 === $this->numObj;
return $this->{'action' . \ucfirst($v->action)}($objects, $v);
}