From e71cef0bb81c80575f38c4ea040716efdfcb17f0 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 17 Jun 2016 23:57:35 +0200 Subject: [PATCH] Fix typos in field name --- src/Wallabag/ApiBundle/Entity/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/ApiBundle/Entity/Client.php b/src/Wallabag/ApiBundle/Entity/Client.php index 3e8b54fe..3e2f491c 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; -- 2.41.0