Implemented Reciever

This commit is contained in:
Kevin Frantz
2018-09-14 00:18:21 +02:00
parent 8a5efb2e1f
commit 043c8d45b7
10 changed files with 107 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ doctrine:
url: '%env(resolve:DATABASE_URL)%'
types:
RightType: App\DBAL\Types\RightType
RecieverType: App\DBAL\Types\RecieverType
orm:
auto_generate_proxy_classes: '%kernel.debug%'
naming_strategy: doctrine.orm.naming_strategy.underscore