parent
a3cc0dd0bf
commit
b0da721a52
@ -25,6 +25,11 @@ class Client extends BaseClient
|
|||||||
*/
|
*/
|
||||||
protected $name;
|
protected $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ORM\OneToMany(targetEntity="RefreshToken", mappedBy="client", cascade={"remove"})
|
||||||
|
*/
|
||||||
|
protected $refreshTokens;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user