diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/UserBundle/Entity/User.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Wallabag/UserBundle/Entity/User.php b/src/Wallabag/UserBundle/Entity/User.php index 20aca298..a3320bbc 100644 --- a/src/Wallabag/UserBundle/Entity/User.php +++ b/src/Wallabag/UserBundle/Entity/User.php | |||
@@ -95,6 +95,13 @@ class User extends BaseUser implements TwoFactorInterface, TrustedComputerInterf | |||
95 | /** | 95 | /** |
96 | * @var ArrayCollection | 96 | * @var ArrayCollection |
97 | * | 97 | * |
98 | * @ORM\OneToMany(targetEntity="Wallabag\CoreBundle\Entity\SiteCredential", mappedBy="user", cascade={"remove"}) | ||
99 | */ | ||
100 | protected $site_credentials; | ||
101 | |||
102 | /** | ||
103 | * @var ArrayCollection | ||
104 | * | ||
98 | * @ORM\OneToMany(targetEntity="Wallabag\ApiBundle\Entity\Client", mappedBy="user", cascade={"remove"}) | 105 | * @ORM\OneToMany(targetEntity="Wallabag\ApiBundle\Entity\Client", mappedBy="user", cascade={"remove"}) |
99 | */ | 106 | */ |
100 | protected $clients; | 107 | protected $clients; |