X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FEntity%2FConfig.php;h=91f9bfe82a4134ab4e3cc47bfcf290a5b8618c95;hb=32da2a70ef278bd42f66eb82c3fbf1905a417b87;hp=7b4464a17cddc1374f8e779b9e6bbeb3a5ce9909;hpb=fca3c757233940cbe4c431e3e05fe74893225fe0;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Entity/Config.php b/src/Wallabag/CoreBundle/Entity/Config.php index 7b4464a1..91f9bfe8 100644 --- a/src/Wallabag/CoreBundle/Entity/Config.php +++ b/src/Wallabag/CoreBundle/Entity/Config.php @@ -48,7 +48,7 @@ class Config private $language; /** - * @ORM\ManyToOne(targetEntity="User", inversedBy="config") + * @ORM\OneToOne(targetEntity="User", inversedBy="config") */ private $user;