Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
Souke
Seguir
5
Destacar
0
Fork
1
Código
Incidencias
1
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Model User : correctif getName()
feature/souke
Guillaume
hace 1 año
padre
9e2346f88a
commit
add2a78293
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
common/logic/User/User/Model/User.php
+ 1
- 1
common/logic/User/User/Model/User.php
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar