1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-23 21:18:19 +01:00
phorge-phorge/src/applications/slowvote/storage/PhabricatorSlowvoteChoice.php

13 lines
178 B
PHP
Raw Normal View History

<?php
2011-09-14 08:02:31 -07:00
/**
* @group slowvote
*/
final class PhabricatorSlowvoteChoice extends PhabricatorSlowvoteDAO {
protected $pollID;
protected $optionID;
protected $authorPHID;
}