Implement simple config

This commit is contained in:
Jeremy
2015-02-16 21:28:49 +01:00
parent 7a577c519f
commit 4d85d7e9ba
10 changed files with 347 additions and 156 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace Wallabag\CoreBundle\Repository;
use Doctrine\ORM\EntityRepository;
class ConfigRepository extends EntityRepository
{
}