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