3 namespace Wallabag\ApiBundle\Entity
;
5 use Doctrine\ORM\Mapping
as ORM
;
6 use FOS\OAuthServerBundle\Entity\Client
as BaseClient
;
9 * @ORM\Table("oauth2_clients")
12 class Client
extends BaseClient
16 * @ORM\Column(type="integer")
17 * @ORM\GeneratedValue(strategy="AUTO")
21 public function __construct()
23 parent
::__construct();