Test Setup Failed
Push — master ( 908d92...e99d3b )
by Александр
39:40
created
src/views/admin-cms-content-element/_form.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
         <?= $form->fieldSet(\Yii::t('skeeks/cms', 'Access')); ?>
149 149
         <?= \skeeks\cms\rbac\widgets\adminPermissionForRoles\AdminPermissionForRolesWidget::widget([
150 150
             'permissionName'        => $model->permissionName,
151
-            'permissionDescription' => 'Доступ к этому элементу: '.$model->name,
151
+            'permissionDescription' => 'Доступ к этому элементу: ' . $model->name,
152 152
             'label'                 => 'Доступ к этому элементу',
153 153
         ]); ?>
154 154
         <?= $form->fieldSetEnd() ?>
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
             : ?>
180 180
             <?= \skeeks\cms\modules\admin\widgets\RelatedModelsGrid::widget([
181 181
                 'label'       => $childContent->name,
182
-                'namespace'   => md5($model->className().$childContent->id),
182
+                'namespace'   => md5($model->className() . $childContent->id),
183 183
                 'parentModel' => $model,
184 184
                 'relation'    => [
185 185
                     'content_id'                => $childContent->id,
Please login to merge, or discard this patch.