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