Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
LcShopBundle
Seguir
3
Destacar
2
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Merge branch 'develop'
master
Guillaume
hace 4 años
padre
c65be0c199
640fe716f3
commit
693b061338
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-1
ShopBundle/Model/MerchantConfig.php
+ 1
- 1
ShopBundle/Model/MerchantConfig.php
Ver fichero
@@ -65,7 +65,7 @@ abstract class MerchantConfig extends AbstractEntity
return $this->value;
}
public function setValue(
string
$value): self
public function setValue($value): self
{
$this->value = $value;
Escribir
Vista previa
Cargando…
Cancelar
Guardar