1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Fix typos in field name

This commit is contained in:
Jeremy Benoist 2016-06-17 23:57:35 +02:00
parent 119914e65d
commit e71cef0bb8
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

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