Completed
Pull Request — master (#269)
by
unknown
03:09
created
views/menu/_form.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -27,10 +27,10 @@
 block discarded – undo
27 27
 
28 28
              <?php echo $form->field($model, 'parent')->dropdownList(
29 29
                 $model::find()->select(["CONCAT(id, ' - ',`name` ) as menuname", 'id'])
30
-	  ->indexBy('id')->column(),
31
-                 ['prompt'=>'select parent']
32
-                 );
33
-                  ?>
30
+        ->indexBy('id')->column(),
31
+                    ['prompt'=>'select parent']
32
+                    );
33
+                    ?>
34 34
 
35 35
             <?= $form->field($model, 'route')->textInput(['id' => 'route']) ?>
36 36
         </div>
Please login to merge, or discard this patch.