Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miqayelsrapionyan committed Sep 14, 2023
1 parent 764dfcf commit cec51b9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ValueObjects/TranslationItemValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
class TranslationItemValueObject
{
public function __construct(
protected readonly string $key,
protected readonly string $value,
protected readonly string $languageCode,
protected readonly string $updatedAt,
Expand Down Expand Up @@ -42,14 +41,6 @@ public function getEditor(): string
return $this->editor;
}

/**
* @return string
*/
public function getKey(): string
{
return $this->key;
}

/**
* @return string
*/
Expand Down

0 comments on commit cec51b9

Please sign in to comment.