Sfoglia il codice sorgente

Model User : correctif getName()

feature/souke
Guillaume 1 anno fa
parent
commit
add2a78293
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      common/logic/User/User/Model/User.php

+ 1
- 1
common/logic/User/User/Model/User.php Vedi File

@@ -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…
Annulla
Salva