add espace

This commit is contained in:
aynsix
2020-06-03 17:55:39 +03:00
parent 1057cb0493
commit 952388aba1

View File

@@ -54,7 +54,7 @@ class RecordSubscriber implements EventSubscriberInterface
if (!$record->isStory()) {
$subdefs = $record->getDatabox()->get_subdef_structure()->getSubdefGroup($record->getType());
if ($subdefs !==null) {
if ($subdefs !== null) {
foreach ($subdefs as $subdef) {
$payload = [
'message_type' => MessagePublisher::SUBDEF_CREATION_TYPE,