Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 499b970f authored by Nicolas's avatar Nicolas
Browse files

Correction d'une méthode

parent 8f0f009b
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ class CategoryWidget extends AbstractModel implements CategoryWidgetInterface, I ...@@ -163,7 +163,7 @@ class CategoryWidget extends AbstractModel implements CategoryWidgetInterface, I
* @param string $title * @param string $title
* @return CategoryWidgetInterface * @return CategoryWidgetInterface
*/ */
public function setName($title) public function setTitle($title)
{ {
return $this->setData(self::TITLE, $title); return $this->setData(self::TITLE, $title);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment