Przeglądaj źródła

Correctif User.php

master
Guillaume 1 rok temu
rodzic
commit
cdda3fb3df
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      common/logic/User/User/Model/User.php

+ 1
- 1
common/logic/User/User/Model/User.php Wyświetl plik

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

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

Ładowanie…
Anuluj
Zapisz