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:
parent
873f6b8e03
commit
f92fcb53ca
24 changed files with 1054 additions and 13 deletions
|
@ -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
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue