Add a missing "GROUP BY" to MailQuery when querying for multiple recipients
[phabricator/blender.git] / src / view / AphrontAutoIDView.php
blob22ccea96fda11521dd9fbe083599debdd332f659
1 <?php
3 abstract class AphrontAutoIDView
4 extends AphrontView {
6 private $id;
8 final public function getID() {
9 if (!$this->id) {
10 $this->id = celerity_generate_unique_node_id();
12 return $this->id;