ok
Direktori : /home2/selectio/public_html/myclassicfit.com/app/Model/ |
Current File : //home2/selectio/public_html/myclassicfit.com/app/Model/EmergencyContact.php |
<?php namespace App\Model; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class EmergencyContact extends Model { use HasFactory; protected $fillable = ['user_id', 'name', 'phone', 'status']; }