1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-01 01:18:22 +01:00
phorge-phorge/src/applications/slowvote/storage/PhabricatorSlowvoteOption.php

13 lines
150 B
PHP
Raw Normal View History

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