diff --git a/src/Wallabag/ApiBundle/Entity/Client.php b/src/Wallabag/ApiBundle/Entity/Client.php index 3e8b54fe1..3e2f491c0 100644 --- a/src/Wallabag/ApiBundle/Entity/Client.php +++ b/src/Wallabag/ApiBundle/Entity/Client.php @@ -21,7 +21,7 @@ class Client extends BaseClient /** * @var string * - * @ORM\Column(name="title", type="text", nullable=true) + * @ORM\Column(name="name", type="text", nullable=true) */ protected $name;