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