소스 검색

Merge branch 'develop'

master
Guillaume 1 년 전
부모
커밋
7229f81ab8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/logic/User/User/Model/User.php

+ 1
- 1
common/logic/User/User/Model/User.php 파일 보기

@@ -246,7 +246,7 @@ class User extends ActiveRecordCommon implements IdentityInterface
return $this->hasMany(Order::class, ['id_user' => 'id']);
}

public function getName(): string
public function getName(): ?string
{
return $this->name;
}

Loading…
취소
저장