Current Path : /home/numerotech/public_html/livemt2023.aios-scientificcommittee.org/app/models/ |
Current File : //home/numerotech/public_html/livemt2023.aios-scientificcommittee.org/app/models/Screening.php |
<?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; class Screening extends Eloquent implements UserInterface{ use UserTrait; protected $primaryKey='registration_id'; protected $table = 'registrations'; }