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