Fix spaces in assignments

[MAILPOET-3912]
This commit is contained in:
Jan Lysý
2022-01-03 15:55:20 +01:00
committed by Veljko V
parent 3bc84fbaf1
commit d99c7adf06
10 changed files with 26 additions and 26 deletions

View File

@@ -240,8 +240,8 @@ class FormEditor {
$data = [
'form' => $form->toArray(),
'form_exports' => [
'php' => Export::get('php'),
'iframe' => Export::get('iframe'),
'php' => Export::get('php'),
'iframe' => Export::get('iframe'),
'shortcode' => Export::get('shortcode'),
],
'segments' => $this->segmentsListRepository->getListWithSubscribedSubscribersCounts([SegmentEntity::TYPE_DEFAULT]),