%PDF- %PDF-
Direktori : /proc/self/root/home/forge/api-takeaseat.eco-n-tech.co.uk/app/Models/ |
Current File : //proc/self/root/home/forge/api-takeaseat.eco-n-tech.co.uk/app/Models/TherapistSpecialism.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class TherapistSpecialism extends Model { use HasFactory; /** * The table associated with the model. * * @var string */ protected $table = 'specialism_therapist'; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'specialism_id', 'therapist_id', 'is_main' ]; }