]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
added name on client
authorThomas Citharel <tcit@tcit.fr>
Sat, 21 May 2016 16:09:38 +0000 (18:09 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 23 Aug 2016 05:26:58 +0000 (07:26 +0200)
src/Wallabag/ApiBundle/Entity/Client.php

index 3e2f491c012ad94e43609dad08ce4ea6b0a335ed..3e8b54fe1b66283cf741ad0d98dcd491fb369b2f 100644 (file)
@@ -21,7 +21,7 @@ class Client extends BaseClient
     /**
      * @var string
      *
-     * @ORM\Column(name="name", type="text", nullable=true)
+     * @ORM\Column(name="title", type="text", nullable=true)
      */
     protected $name;