Completed
Pull Request — master (#30)
by Vladimir
03:58
created
src/gii/default/email-template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
                 'hint',
65 65
             ],
66 66
             [
67
-            <?php foreach(\motion\i18n\helpers\LanguageHelper::getInstance()->getLocales() as $language): ?>    [
67
+            <?php foreach (\motion\i18n\helpers\LanguageHelper::getInstance()->getLocales() as $language): ?>    [
68 68
                     'templateId'    => $templateId,
69 69
                     'language'      => '<?= $language ?>',
70 70
                     'subject'       => '<?= $generator->subject ?>',
Please login to merge, or discard this patch.