Merge pull request #3562 from alchemy-fr/PHRAS-3159-lazaret-storage-file

PHRAS-3159 merge Lazaret (quarantine) storage file path is not taken in account
This commit is contained in:
Nicolas Maillat
2020-07-08 12:53:06 +02:00
committed by GitHub

View File

@@ -618,7 +618,7 @@ class Application extends SilexApplication
);
$this['tmp.lazaret.path'] = $factory->createDefinition(
['main', 'storage', 'quarantine'],
['main', 'storage', 'lazaret'],
function (Application $app) {
return $app['tmp.path'].'/lazaret';
}