1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00

Add CRUD for site credentials

This commit is contained in:
Jeremy Benoist 2016-12-04 13:51:58 +01:00
parent 873f6b8e03
commit f92fcb53ca
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
24 changed files with 1054 additions and 13 deletions

View file

@ -0,0 +1,13 @@
<?php
namespace Wallabag\CoreBundle\Repository;
/**
* SiteCredentialRepository.
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class SiteCredentialRepository extends \Doctrine\ORM\EntityRepository
{
}