1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/slowvote/storage/PhabricatorSlowvoteChoice.php

13 lines
178 B
PHP
Raw Normal View History

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