mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Fix typos in field name
This commit is contained in:
parent
119914e65d
commit
e71cef0bb8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Client extends BaseClient
|
|||
/**
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(name="title", type="text", nullable=true)
|
||||
* @ORM\Column(name="name", type="text", nullable=true)
|
||||
*/
|
||||
protected $name;
|
||||
|
||||
|
|
Loading…
Reference in a new issue