diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-19 14:24:19 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-19 14:24:19 +0100 |
commit | 3ef75cc4e327146513ff077d69de65c8f93b775c (patch) | |
tree | 39fb2df5f1a1b4a7464a8e9079859e9d0975344f /src/Wallabag/ApiBundle/Entity | |
parent | 6514f0ed37da14346338b11ee055c1d49813df49 (diff) | |
download | wallabag-3ef75cc4e327146513ff077d69de65c8f93b775c.tar.gz wallabag-3ef75cc4e327146513ff077d69de65c8f93b775c.tar.zst wallabag-3ef75cc4e327146513ff077d69de65c8f93b775c.zip |
Be consistent between migration & schema definition
Diffstat (limited to 'src/Wallabag/ApiBundle/Entity')
-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 427a4c7f..9ed9f980 100644 --- a/src/Wallabag/ApiBundle/Entity/Client.php +++ b/src/Wallabag/ApiBundle/Entity/Client.php | |||
@@ -22,7 +22,7 @@ class Client extends BaseClient | |||
22 | /** | 22 | /** |
23 | * @var string | 23 | * @var string |
24 | * | 24 | * |
25 | * @ORM\Column(name="name", type="text", nullable=true) | 25 | * @ORM\Column(name="name", type="text", nullable=false) |
26 | */ | 26 | */ |
27 | protected $name; | 27 | protected $name; |
28 | 28 | ||