]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix entities definition 2411/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 9 Oct 2016 18:51:37 +0000 (20:51 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 9 Oct 2016 18:51:37 +0000 (20:51 +0200)
commit8dc4cd0f25838d074a1b512392f2087a44d26f54
treed3b8d404da4aa0e8847bf67f77f0ff78da8a2c9a
parente39aec3e38144f1a2ddb0027ec724e3dfd6f53f1
Fix entities definition

As per Doctrine said in the debug tool bar:

- The field Wallabag\ApiBundle\Entity\Client#refreshTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\RefreshToken#client does not contain the required 'inversedBy="refreshTokens"' attribute.

- The field Wallabag\ApiBundle\Entity\Client#accessTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\AccessToken#client does not contain the required 'inversedBy="accessTokens"' attribute.
src/Wallabag/ApiBundle/Entity/AccessToken.php
src/Wallabag/ApiBundle/Entity/RefreshToken.php