diff options
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 | ||