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