1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 18:32:41 +01:00
phorge-phorge/src/applications/slowvote/storage/PhabricatorSlowvoteOption.php

13 lines
150 B
PHP
Raw Normal View History

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