]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Entity/Client.php
Cast client id to avoid PG error
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Entity / Client.php
index e6f98f98ca332db03ddec68659a8def8b5d70cf0..78349820a0adc7e2118557a13f5ee0cfdb497ddb 100644 (file)
@@ -11,7 +11,7 @@ use Wallabag\UserBundle\Entity\User;
 
 /**
  * @ORM\Table("oauth2_clients")
- * @ORM\Entity
+ * @ORM\Entity(repositoryClass="Wallabag\ApiBundle\Repository\ClientRepository")
  */
 class Client extends BaseClient
 {