mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
infrastructure for normalizing form config [WIP]
This commit is contained in:
@@ -148,7 +148,8 @@ class ExportController extends AbstractController
|
||||
new Envelope(
|
||||
new ExportRequestGenerationMessage($exportGeneration),
|
||||
[new AuthenticationStamp($this->security->getUser())]
|
||||
));
|
||||
)
|
||||
);
|
||||
|
||||
return new Response('Ok: '.$exportGeneration->getId()->toString());
|
||||
}
|
||||
|
Reference in New Issue
Block a user