mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-29 01:58:10 +00:00
CS
This commit is contained in:
parent
9114615adc
commit
e50d7d31c0
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ class SiteCredential
|
|||
private $createdAt;
|
||||
|
||||
/**
|
||||
* @ORM\ManyToOne(targetEntity="Wallabag\UserBundle\Entity\User", inversedBy="site_credentials")
|
||||
* @ORM\ManyToOne(targetEntity="Wallabag\UserBundle\Entity\User", inversedBy="siteCredentials")
|
||||
*/
|
||||
private $user;
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ class User extends BaseUser implements TwoFactorInterface, TrustedComputerInterf
|
|||
*
|
||||
* @ORM\OneToMany(targetEntity="Wallabag\CoreBundle\Entity\SiteCredential", mappedBy="user", cascade={"remove"})
|
||||
*/
|
||||
protected $site_credentials;
|
||||
protected $siteCredentials;
|
||||
|
||||
/**
|
||||
* @var ArrayCollection
|
||||
|
|
Loading…
Reference in a new issue