????
Current Path : /home/thenclexdoctor.com/.trash/app/Models/ |
Current File : /home/thenclexdoctor.com/.trash/app/Models/UserMeta.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class UserMeta extends Model { protected $table = 'users_metas'; protected $guarded = ['id']; public $timestamps = false; // education, // experience // gender => man | woman // birthday // address }
Sorry, this page is not available...