*/ use HasFactory; /** * The attributes that are mass assignable. * * @var list */ protected $fillable = [ 'internship_id', 'status', 'changed', 'note', 'modified_by' ]; }