瀏覽代碼

Correctif User.php

master
Guillaume 1 年之前
父節點
當前提交
cdda3fb3df
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      common/logic/User/User/Model/User.php

+ 1
- 1
common/logic/User/User/Model/User.php 查看文件

@@ -251,7 +251,7 @@ class User extends ActiveRecordCommon implements IdentityInterface
return $this->name;
}

public function getLastname(): string
public function getLastname(): ?string
{
return $this->lastname;
}

Loading…
取消
儲存