diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-06-17 23:57:35 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-08-23 07:26:58 +0200 |
commit | e71cef0bb81c80575f38c4ea040716efdfcb17f0 (patch) | |
tree | 33ba4fb5e781271542bc9f7430be4d1240179f68 /src/Wallabag | |
parent | 119914e65d2d7c19977e1964e0409255eb7cd1a6 (diff) | |
download | wallabag-e71cef0bb81c80575f38c4ea040716efdfcb17f0.tar.gz wallabag-e71cef0bb81c80575f38c4ea040716efdfcb17f0.tar.zst wallabag-e71cef0bb81c80575f38c4ea040716efdfcb17f0.zip |
Fix typos in field name
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/ApiBundle/Entity/Client.php | 2 |
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 | ||