Current Path : /home/numerotech/public_html/livemt2023.aios-scientificcommittee.org/app/models/ |
Current File : //home/numerotech/public_html/livemt2023.aios-scientificcommittee.org/app/models/UsersProfile.php |
<?php class UsersProfile extends Eloquent { protected $primaryKey = 'profile_id'; /** * The database table used by the model. * * @var string */ protected $table = 'users_profiles'; }