mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Add migration to add LOCK_DSN to env
This commit is contained in:
parent
1b29b7f0f6
commit
305203840f
2 changed files with 106 additions and 1 deletions
|
@ -296,7 +296,11 @@ services:
|
|||
|
||||
App\SystemConfig\Service\SystemConfigProviderInterface: '@App\SystemConfig\LegacyHandler\SystemConfigHandler'
|
||||
app.system-configs:
|
||||
alias: App\SystemConfig\Service\SystemConfigProviderInterface
|
||||
alias: App\SystemConfig\Service\SystemConfigProviderInterface
|
||||
public: true
|
||||
|
||||
app.version.provider:
|
||||
alias: 'shivas_versioning.provider.version'
|
||||
public: true
|
||||
|
||||
Symfony\Component\Security\Http\Logout\LogoutUrlGenerator: '@security.logout_url_generator'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue