removed dynamic database prefix (#641)

This commit is contained in:
Kevin Papst
2019-03-13 15:17:18 +01:00
committed by GitHub
parent 19bfff9899
commit fb6bf4319f
10 changed files with 61 additions and 57 deletions

View File

@@ -66,7 +66,6 @@ services:
# service that prefixes every database table
App\Doctrine\TablePrefixSubscriber:
class: App\Doctrine\TablePrefixSubscriber
arguments: ["%env(resolve:DATABASE_PREFIX)%"]
tags:
- { name: doctrine.event_subscriber }