mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
parent
a3cc0dd0bf
commit
b0da721a52
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ class Client extends BaseClient
|
|||
*/
|
||||
protected $name;
|
||||
|
||||
/**
|
||||
* @ORM\OneToMany(targetEntity="RefreshToken", mappedBy="client", cascade={"remove"})
|
||||
*/
|
||||
protected $refreshTokens;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
|
Loading…
Reference in a new issue