diff --git a/README.md b/README.md index 2088956..94f98e4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Toggling the pictograms to display for a product "repositories": [ { "type": "git", - "url": "https://github.com/pvasdoria/asdoriasyliuspictogramplugin.git" + "url": "https://github.com/asdoria/AsdoriaSyliusPictogramPlugin.git" } ], ``` diff --git a/src/Entity/PictogramGroup.php b/src/Entity/PictogramGroup.php index 7fe4784..6ad0148 100644 --- a/src/Entity/PictogramGroup.php +++ b/src/Entity/PictogramGroup.php @@ -41,30 +41,6 @@ public function __construct() $this->initializePictogramsCollection(); } - /** - * @return string|null - */ - public function __toString(): ?string - { - return $this->getName(); - } - - /** - * @return string|null - */ - public function getName(): ?string - { - return $this->getTranslation()->getName(); - } - - /** - * @param string|null $name - */ - public function setName(?string $name): void - { - $this->getTranslation()->setName($name); - } - /** * @param null|string $locale * diff --git a/src/Model/PictogramAttributeValueInterface.php b/src/Model/PictogramAttributeValueInterface.php deleted file mode 100755 index e66deb3..0000000 --- a/src/Model/PictogramAttributeValueInterface.php +++ /dev/null @@ -1,34 +0,0 @@ -