소스 검색

Merge branch 'dev'

prodstable
Guillaume 3 년 전
부모
커밋
c9b4c71a45
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      backend/views/user/create.php

+ 2
- 1
backend/views/user/create.php 파일 보기

@@ -50,7 +50,8 @@ $this->addBreadcrumb('Ajouter') ;
<?php else: ?>
<?= $this->render('_form', [
'model' => $model,
'pointsSaleArray' => $pointsSaleArray
'pointsSaleArray' => $pointsSaleArray,
'userGroupsArray' => $userGroupsArray,
]) ?>
<?php endif; ?>
</div>

Loading…
취소
저장