removed dynamic database prefix (#641)
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user