Completed
Pull Request — master (#25)
by Geoffry Van
05:55 queued 02:44
created
src/gii/default/email-template.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,8 @@
 block discarded – undo
54 54
             ->scalar();
55 55
         
56 56
         <?php 
57
-           $module = Yii::$app->getModule('email-templates');
58
-           ?>
57
+            $module = Yii::$app->getModule('email-templates');
58
+            ?>
59 59
             <?php if ($module): ?>
60 60
             <?php if ($module->languageProvider): ?>
61 61
             <?php foreach($module->languageProvider['languages'] as $language): ?>
Please login to merge, or discard this patch.