Explorar el Código

Correctif OpeningResolver

packProduct
Guillaume hace 3 años
padre
commit
73401e0a4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Resolver/OpeningResolver.php

+ 1
- 1
Resolver/OpeningResolver.php Ver fichero

@@ -52,7 +52,7 @@ class OpeningResolver
$this->messages = [];

if (is_null($section)) {
$section = $this->sectionResolver->getCurrent();
$section = $this->sectionResolver->getCurrent(true);
}

if (is_null($user)) {

Cargando…
Cancelar
Guardar