'int' ]; protected $fillable = [ 'id', 'name', 'lang' ]; public function salutation() { return $this->belongsTo(Salutation::class, 'id'); } }