Refactored reciever group and adapted testing namespaces

This commit is contained in:
Kevin Frantz
2018-10-31 16:15:39 +01:00
parent 09cfcebb92
commit bb01080b34
17 changed files with 90 additions and 140 deletions

View File

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