Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/models/ |
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/models/ConferencePayment.php |
<?php use Illuminate\Database\Eloquent\SoftDeletingTrait; class ConferencePayment extends Eloquent { use SoftDeletingTrait; protected $table = 'conference_payments'; protected $primaryKey = 'conference_payment_id'; }