'array', ]; public function translations() { return $this->hasMany(ContractShareTranslation::class, 'contract_share_id', 'id'); } }