Added a possibility to restrict the access to certain entity columns.

This commit is contained in:
Jan Böhmer 2019-03-20 19:11:34 +01:00
parent f31336bb87
commit 47fe76b22e
8 changed files with 271 additions and 1 deletions

View file

@ -38,5 +38,6 @@ use Doctrine\ORM\EntityRepository;
class PartRepository extends EntityRepository
{
//TODO
}