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