aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-06-17 23:57:35 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-08-23 07:26:58 +0200
commite71cef0bb81c80575f38c4ea040716efdfcb17f0 (patch)
tree33ba4fb5e781271542bc9f7430be4d1240179f68 /src
parent119914e65d2d7c19977e1964e0409255eb7cd1a6 (diff)
downloadwallabag-e71cef0bb81c80575f38c4ea040716efdfcb17f0.tar.gz
wallabag-e71cef0bb81c80575f38c4ea040716efdfcb17f0.tar.zst
wallabag-e71cef0bb81c80575f38c4ea040716efdfcb17f0.zip
Fix typos in field name
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/ApiBundle/Entity/Client.php2
1 files changed, 1 insertions, 1 deletions
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
21 /** 21 /**
22 * @var string 22 * @var string
23 * 23 *
24 * @ORM\Column(name="title", type="text", nullable=true) 24 * @ORM\Column(name="name", type="text", nullable=true)
25 */ 25 */
26 protected $name; 26 protected $name;
27 27