Current Path : /home/numerotech/public_html/livemt2023.aios-scientificcommittee.org/app/models/ |
Current File : //home/numerotech/public_html/livemt2023.aios-scientificcommittee.org/app/models/PollOption.php |
<?php class PollOption extends Eloquent { protected $primaryKey = 'poll_option_id'; /** * The database table used by the model. * * @var string */ protected $table = 'poll_options'; }