Explorar el Código

Merge branch 'develop' into form-js

Sangfroid hace 8 meses
padre
commit
8c8f627f15
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/Service/OptionsManager.php

+ 0 - 1
src/Service/OptionsManager.php

@@ -24,7 +24,6 @@ class OptionsManager
 
     public function vue(): string
     {
-        dump(View::TABLEAU);
         if ($this->options->getView() === View::TABLEAU)
         {
             return "tableaux";