*/ use HasFactory; protected $guarded = [ 'call_id', 'created_at', 'updated_at' ]; // public function histories(): HasMany // { // return $this->hasMany(CallHistory::class); // } }