mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Configure DI for providing kernel secret for TempUrlLocalStorageGenerator
This commit is contained in:
parent
c1e449f48e
commit
83f7086bb0
@ -50,6 +50,10 @@ services:
|
|||||||
Chill\DocStoreBundle\AsyncUpload\Driver\:
|
Chill\DocStoreBundle\AsyncUpload\Driver\:
|
||||||
resource: '../AsyncUpload/Driver/'
|
resource: '../AsyncUpload/Driver/'
|
||||||
|
|
||||||
|
Chill\DocStoreBundle\AsyncUpload\Driver\LocalStorage\TempUrlLocalStorageGenerator:
|
||||||
|
arguments:
|
||||||
|
$secret: '%kernel.secret%'
|
||||||
|
|
||||||
Chill\DocStoreBundle\AsyncUpload\Templating\:
|
Chill\DocStoreBundle\AsyncUpload\Templating\:
|
||||||
resource: '../AsyncUpload/Templating/'
|
resource: '../AsyncUpload/Templating/'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user